1# -*- coding: utf-8 -*- 2 3# Form implementation generated from reading ui file 'ui4/systrayframe_base.ui' 4# 5# Created: Fri Jan 27 17:32:25 2012 6# by: PyQt4 UI code generator 4.7.4 7# 8# WARNING! All changes made in this file will be lost! 9 10from PyQt4 import QtCore, QtGui 11 12class Ui_Dialog(object): 13 def setupUi(self, Dialog): 14 Dialog.setObjectName("Dialog") 15 Dialog.resize(476, 653) 16 self.gridlayout = QtGui.QGridLayout(Dialog) 17 self.gridlayout.setObjectName("gridlayout") 18 self.frame = QtGui.QFrame(Dialog) 19 self.frame.setFrameShape(QtGui.QFrame.StyledPanel) 20 self.frame.setFrameShadow(QtGui.QFrame.Raised) 21 self.frame.setObjectName("frame") 22 self.groupBox_2 = QtGui.QGroupBox(self.frame) 23 self.groupBox_2.setGeometry(QtCore.QRect(11, 11, 201, 114)) 24 self.groupBox_2.setObjectName("groupBox_2") 25 self.gridlayout1 = QtGui.QGridLayout(self.groupBox_2) 26 self.gridlayout1.setObjectName("gridlayout1") 27 self.radioButton = QtGui.QRadioButton(self.groupBox_2) 28 self.radioButton.setObjectName("radioButton") 29 self.gridlayout1.addWidget(self.radioButton, 0, 0, 1, 1) 30 self.radioButton_2 = QtGui.QRadioButton(self.groupBox_2) 31 self.radioButton_2.setObjectName("radioButton_2") 32 self.gridlayout1.addWidget(self.radioButton_2, 1, 0, 1, 1) 33 self.radioButton_3 = QtGui.QRadioButton(self.groupBox_2) 34 self.radioButton_3.setObjectName("radioButton_3") 35 self.gridlayout1.addWidget(self.radioButton_3, 2, 0, 1, 1) 36 self.groupBox_3 = QtGui.QGroupBox(self.frame) 37 self.groupBox_3.setGeometry(QtCore.QRect(232, 11, 197, 136)) 38 self.groupBox_3.setObjectName("groupBox_3") 39 self.gridlayout2 = QtGui.QGridLayout(self.groupBox_3) 40 self.gridlayout2.setObjectName("gridlayout2") 41 self.label_2 = QtGui.QLabel(self.groupBox_3) 42 self.label_2.setObjectName("label_2") 43 self.gridlayout2.addWidget(self.label_2, 0, 0, 1, 1) 44 self.MessageShowComboBox = QtGui.QComboBox(self.groupBox_3) 45 self.MessageShowComboBox.setObjectName("MessageShowComboBox") 46 self.gridlayout2.addWidget(self.MessageShowComboBox, 1, 0, 1, 1) 47 spacerItem = QtGui.QSpacerItem(20, 40, QtGui.QSizePolicy.Minimum, QtGui.QSizePolicy.Minimum) 48 self.gridlayout2.addItem(spacerItem, 2, 0, 1, 1) 49 self.groupBox = QtGui.QGroupBox(self.frame) 50 self.groupBox.setGeometry(QtCore.QRect(10, 385, 411, 241)) 51 self.groupBox.setCheckable(True) 52 self.groupBox.setObjectName("groupBox") 53 self.gridlayout3 = QtGui.QGridLayout(self.groupBox) 54 self.gridlayout3.setObjectName("gridlayout3") 55 self.listWidget = QtGui.QListWidget(self.groupBox) 56 self.listWidget.setObjectName("listWidget") 57 self.gridlayout3.addWidget(self.listWidget, 4, 0, 1, 1) 58 self.label = QtGui.QLabel(self.groupBox) 59 self.label.setObjectName("label") 60 self.gridlayout3.addWidget(self.label, 3, 0, 1, 1) 61 self.groupBox_4 = QtGui.QGroupBox(self.frame) 62 self.groupBox_4.setGeometry(QtCore.QRect(10, 130, 411, 231)) 63 self.groupBox_4.setObjectName("groupBox_4") 64 self.checkBox = QtGui.QCheckBox(self.groupBox_4) 65 self.checkBox.setGeometry(QtCore.QRect(20, 20, 331, 22)) 66 self.checkBox.setChecked(True) 67 self.checkBox.setObjectName("checkBox") 68 self.label_3 = QtGui.QLabel(self.groupBox_4) 69 self.label_3.setGeometry(QtCore.QRect(50, 44, 221, 17)) 70 self.label_3.setObjectName("label_3") 71 self.spinBox = QtGui.QSpinBox(self.groupBox_4) 72 self.spinBox.setGeometry(QtCore.QRect(270, 40, 55, 27)) 73 self.spinBox.setMinimum(1) 74 self.spinBox.setMaximum(365) 75 self.spinBox.setProperty("value", 30) 76 self.spinBox.setObjectName("spinBox") 77 self.label_4 = QtGui.QLabel(self.groupBox_4) 78 self.label_4.setGeometry(QtCore.QRect(329, 45, 67, 17)) 79 self.label_4.setObjectName("label_4") 80 self.checkBox_2 = QtGui.QCheckBox(self.groupBox_4) 81 self.checkBox_2.setGeometry(QtCore.QRect(49, 78, 301, 22)) 82 self.checkBox_2.setObjectName("checkBox_2") 83 self.textEdit = QtGui.QTextEdit(self.groupBox_4) 84 self.textEdit.setGeometry(QtCore.QRect(50, 129, 331, 81)) 85 self.textEdit.setObjectName("textEdit") 86 self.label_5 = QtGui.QLabel(self.groupBox_4) 87 self.label_5.setGeometry(QtCore.QRect(50, 107, 61, 17)) 88 self.label_5.setObjectName("label_5") 89 self.gridlayout.addWidget(self.frame, 0, 1, 1, 1) 90 91 self.retranslateUi(Dialog) 92 QtCore.QMetaObject.connectSlotsByName(Dialog) 93 94 def retranslateUi(self, Dialog): 95 Dialog.setWindowTitle(QtGui.QApplication.translate("Dialog", "Dialog", None, QtGui.QApplication.UnicodeUTF8)) 96 self.groupBox_2.setTitle(QtGui.QApplication.translate("Dialog", "System tray icon visibility", None, QtGui.QApplication.UnicodeUTF8)) 97 self.radioButton.setText(QtGui.QApplication.translate("Dialog", "Always show", None, QtGui.QApplication.UnicodeUTF8)) 98 self.radioButton_2.setText(QtGui.QApplication.translate("Dialog", "Hide when inactive", None, QtGui.QApplication.UnicodeUTF8)) 99 self.radioButton_3.setText(QtGui.QApplication.translate("Dialog", "Always hide", None, QtGui.QApplication.UnicodeUTF8)) 100 self.groupBox_3.setTitle(QtGui.QApplication.translate("Dialog", "System tray icon messages", None, QtGui.QApplication.UnicodeUTF8)) 101 self.label_2.setText(QtGui.QApplication.translate("Dialog", "Which messages to show:", None, QtGui.QApplication.UnicodeUTF8)) 102 self.groupBox.setTitle(QtGui.QApplication.translate("Dialog", "Monitor button presses on devices", None, QtGui.QApplication.UnicodeUTF8)) 103 self.label.setText(QtGui.QApplication.translate("Dialog", "Devices to monitor:", None, QtGui.QApplication.UnicodeUTF8)) 104 self.groupBox_4.setTitle(QtGui.QApplication.translate("Dialog", "Update Settings", None, QtGui.QApplication.UnicodeUTF8)) 105 self.checkBox.setText(QtGui.QApplication.translate("Dialog", "Check for HPLIP Updates", None, QtGui.QApplication.UnicodeUTF8)) 106 self.label_3.setText(QtGui.QApplication.translate("Dialog", "Repeat Check for Updates every ", None, QtGui.QApplication.UnicodeUTF8)) 107 self.label_4.setText(QtGui.QApplication.translate("Dialog", "Days", None, QtGui.QApplication.UnicodeUTF8)) 108 self.checkBox_2.setText(QtGui.QApplication.translate("Dialog", "Check when ever new version available", None, QtGui.QApplication.UnicodeUTF8)) 109 self.label_5.setText(QtGui.QApplication.translate("Dialog", "Status:", None, QtGui.QApplication.UnicodeUTF8)) 110 111