OpenSecurity/bin/ui/ui_ConfigureDialog.py
changeset 224 dc7cee534574
parent 221 853af9cfab6a
     1.1 --- a/OpenSecurity/bin/ui/ui_ConfigureDialog.py	Fri Sep 05 12:28:30 2014 +0100
     1.2 +++ b/OpenSecurity/bin/ui/ui_ConfigureDialog.py	Mon Sep 29 12:42:58 2014 +0200
     1.3 @@ -2,8 +2,8 @@
     1.4  
     1.5  # Form implementation generated from reading ui file 'ConfigureDialog.ui'
     1.6  #
     1.7 -# Created: Wed Jun 25 20:39:32 2014
     1.8 -#      by: PyQt4 UI code generator 4.10.3
     1.9 +# Created: Mon Sep 29 12:42:08 2014
    1.10 +#      by: PyQt4 UI code generator 4.11.2
    1.11  #
    1.12  # WARNING! All changes made in this file will be lost!
    1.13  
    1.14 @@ -90,10 +90,10 @@
    1.15          self.btnImport = QtGui.QPushButton(self.tabConfiguration)
    1.16          self.btnImport.setMinimumSize(QtCore.QSize(100, 0))
    1.17          self.btnImport.setObjectName(_fromUtf8("btnImport"))
    1.18 +        self.lyDownload.addWidget(self.btnImport)
    1.19          self.btnUpdate = QtGui.QPushButton(self.tabConfiguration)
    1.20          self.btnUpdate.setMinimumSize(QtCore.QSize(100, 0))
    1.21          self.btnUpdate.setObjectName(_fromUtf8("btnUpdate"))
    1.22 -        self.lyDownload.addWidget(self.btnImport)
    1.23          self.lyDownload.addWidget(self.btnUpdate)
    1.24          self.lyTabConfig.addLayout(self.lyDownload)
    1.25          self.lblProgress = QtGui.QLabel(self.tabConfiguration)
    1.26 @@ -183,8 +183,17 @@
    1.27          self.tabWidget.setCurrentIndex(0)
    1.28          QtCore.QMetaObject.connectSlotsByName(ConfigureDialog)
    1.29          ConfigureDialog.setTabOrder(self.edtStatus, self.edtVersion)
    1.30 -        ConfigureDialog.setTabOrder(self.edtVersion, self.btnImport)
    1.31 -        ConfigureDialog.setTabOrder(self.btnImport, self.btnAbout)
    1.32 +        ConfigureDialog.setTabOrder(self.edtVersion, self.tabWidget)
    1.33 +        ConfigureDialog.setTabOrder(self.tabWidget, self.tvTemplate)
    1.34 +        ConfigureDialog.setTabOrder(self.tvTemplate, self.btnDownload)
    1.35 +        ConfigureDialog.setTabOrder(self.btnDownload, self.btnImport)
    1.36 +        ConfigureDialog.setTabOrder(self.btnImport, self.btnUpdate)
    1.37 +        ConfigureDialog.setTabOrder(self.btnUpdate, self.edtProgress)
    1.38 +        ConfigureDialog.setTabOrder(self.edtProgress, self.tvMachines)
    1.39 +        ConfigureDialog.setTabOrder(self.tvMachines, self.edtLog)
    1.40 +        ConfigureDialog.setTabOrder(self.edtLog, self.btnExplorer)
    1.41 +        ConfigureDialog.setTabOrder(self.btnExplorer, self.btnRefresh)
    1.42 +        ConfigureDialog.setTabOrder(self.btnRefresh, self.btnAbout)
    1.43          ConfigureDialog.setTabOrder(self.btnAbout, self.btnClose)
    1.44  
    1.45      def retranslateUi(self, ConfigureDialog):