| 26 | return QtGui.QApplication.translate(context, text, disambig) |
| 27 | |
| 28 | class Ui_settingsDialog(object): |
| 29 | def setupUi(self, settingsDialog): |
| 30 | settingsDialog.setObjectName(_fromUtf8("settingsDialog")) |
| 31 | settingsDialog.resize(521, 413) |
| 32 | self.gridLayout = QtGui.QGridLayout(settingsDialog) |
| 33 | self.gridLayout.setObjectName(_fromUtf8("gridLayout")) |
| 34 | self.buttonBox = QtGui.QDialogButtonBox(settingsDialog) |
| 35 | self.buttonBox.setOrientation(QtCore.Qt.Horizontal) |
| 36 | self.buttonBox.setStandardButtons(QtGui.QDialogButtonBox.Cancel|QtGui.QDialogButtonBox.Ok) |
| 37 | self.buttonBox.setObjectName(_fromUtf8("buttonBox")) |
| 38 | self.gridLayout.addWidget(self.buttonBox, 1, 0, 1, 1) |
| 39 | self.tabWidgetSettings = QtGui.QTabWidget(settingsDialog) |
| 40 | self.tabWidgetSettings.setObjectName(_fromUtf8("tabWidgetSettings")) |
| 41 | self.tabUserInterface = QtGui.QWidget() |
| 42 | self.tabUserInterface.setEnabled(True) |
| 43 | self.tabUserInterface.setObjectName(_fromUtf8("tabUserInterface")) |
| 44 | self.formLayout = QtGui.QFormLayout(self.tabUserInterface) |
| 45 | self.formLayout.setObjectName(_fromUtf8("formLayout")) |
| 46 | self.checkBoxStartOnLogon = QtGui.QCheckBox(self.tabUserInterface) |
| 47 | self.checkBoxStartOnLogon.setObjectName(_fromUtf8("checkBoxStartOnLogon")) |
| 48 | self.formLayout.setWidget(0, QtGui.QFormLayout.LabelRole, self.checkBoxStartOnLogon) |
| 49 | self.groupBoxTray = QtGui.QGroupBox(self.tabUserInterface) |
| 50 | self.groupBoxTray.setObjectName(_fromUtf8("groupBoxTray")) |
| 51 | self.formLayoutTray = QtGui.QFormLayout(self.groupBoxTray) |
| 52 | self.formLayoutTray.setObjectName(_fromUtf8("formLayoutTray")) |
| 53 | self.checkBoxStartInTray = QtGui.QCheckBox(self.groupBoxTray) |
| 54 | self.checkBoxStartInTray.setObjectName(_fromUtf8("checkBoxStartInTray")) |
| 55 | self.formLayoutTray.setWidget(0, QtGui.QFormLayout.SpanningRole, self.checkBoxStartInTray) |
| 56 | self.checkBoxMinimizeToTray = QtGui.QCheckBox(self.groupBoxTray) |
| 57 | self.checkBoxMinimizeToTray.setChecked(True) |
| 58 | self.checkBoxMinimizeToTray.setObjectName(_fromUtf8("checkBoxMinimizeToTray")) |
| 59 | self.formLayoutTray.setWidget(1, QtGui.QFormLayout.LabelRole, self.checkBoxMinimizeToTray) |
| 60 | self.checkBoxTrayOnClose = QtGui.QCheckBox(self.groupBoxTray) |
| 61 | self.checkBoxTrayOnClose.setChecked(True) |
| 62 | self.checkBoxTrayOnClose.setObjectName(_fromUtf8("checkBoxTrayOnClose")) |
| 63 | self.formLayoutTray.setWidget(2, QtGui.QFormLayout.LabelRole, self.checkBoxTrayOnClose) |
| 64 | self.formLayout.setWidget(1, QtGui.QFormLayout.SpanningRole, self.groupBoxTray) |
| 65 | self.checkBoxHideTrayConnectionNotifications = QtGui.QCheckBox(self.tabUserInterface) |
| 66 | self.checkBoxHideTrayConnectionNotifications.setChecked(False) |
| 67 | self.checkBoxHideTrayConnectionNotifications.setObjectName(_fromUtf8("checkBoxHideTrayConnectionNotifications")) |
| 68 | self.formLayout.setWidget(2, QtGui.QFormLayout.LabelRole, self.checkBoxHideTrayConnectionNotifications) |
| 69 | self.checkBoxShowTrayNotifications = QtGui.QCheckBox(self.tabUserInterface) |
| 70 | self.checkBoxShowTrayNotifications.setObjectName(_fromUtf8("checkBoxShowTrayNotifications")) |
| 71 | self.formLayout.setWidget(3, QtGui.QFormLayout.LabelRole, self.checkBoxShowTrayNotifications) |
| 72 | self.checkBoxPortableMode = QtGui.QCheckBox(self.tabUserInterface) |
| 73 | self.checkBoxPortableMode.setObjectName(_fromUtf8("checkBoxPortableMode")) |
| 74 | self.formLayout.setWidget(4, QtGui.QFormLayout.LabelRole, self.checkBoxPortableMode) |
| 75 | self.PortableModeDescription = QtGui.QLabel(self.tabUserInterface) |
| 76 | sizePolicy = QtGui.QSizePolicy(QtGui.QSizePolicy.Minimum, QtGui.QSizePolicy.Fixed) |
| 77 | sizePolicy.setHorizontalStretch(0) |
| 78 | sizePolicy.setVerticalStretch(0) |
| 79 | sizePolicy.setHeightForWidth(self.PortableModeDescription.sizePolicy().hasHeightForWidth()) |
| 80 | self.PortableModeDescription.setSizePolicy(sizePolicy) |
| 81 | self.PortableModeDescription.setWordWrap(True) |
| 82 | self.PortableModeDescription.setObjectName(_fromUtf8("PortableModeDescription")) |
| 83 | self.formLayout.setWidget(5, QtGui.QFormLayout.SpanningRole, self.PortableModeDescription) |
| 84 | self.checkBoxWillinglySendToMobile = QtGui.QCheckBox(self.tabUserInterface) |
| 85 | self.checkBoxWillinglySendToMobile.setObjectName(_fromUtf8("checkBoxWillinglySendToMobile")) |