|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <ui version="4.0"> |
|
3 <class>PrintRemoverPage</class> |
|
4 <widget class="QWidget" name="PrintRemoverPage"> |
|
5 <property name="geometry"> |
|
6 <rect> |
|
7 <x>0</x> |
|
8 <y>0</y> |
|
9 <width>463</width> |
|
10 <height>383</height> |
|
11 </rect> |
|
12 </property> |
|
13 <layout class="QVBoxLayout" name="verticalLayout"> |
|
14 <item> |
|
15 <widget class="QLabel" name="headerLabel"> |
|
16 <property name="text"> |
|
17 <string><b>Configure Print Remover</b></string> |
|
18 </property> |
|
19 </widget> |
|
20 </item> |
|
21 <item> |
|
22 <widget class="Line" name="line15"> |
|
23 <property name="frameShape"> |
|
24 <enum>QFrame::HLine</enum> |
|
25 </property> |
|
26 <property name="frameShadow"> |
|
27 <enum>QFrame::Sunken</enum> |
|
28 </property> |
|
29 <property name="orientation"> |
|
30 <enum>Qt::Horizontal</enum> |
|
31 </property> |
|
32 </widget> |
|
33 </item> |
|
34 <item> |
|
35 <widget class="QLabel" name="label"> |
|
36 <property name="text"> |
|
37 <string>Line Start Patterns:</string> |
|
38 </property> |
|
39 </widget> |
|
40 </item> |
|
41 <item> |
|
42 <widget class="QListWidget" name="patternList"> |
|
43 <property name="alternatingRowColors"> |
|
44 <bool>true</bool> |
|
45 </property> |
|
46 <property name="selectionMode"> |
|
47 <enum>QAbstractItemView::ExtendedSelection</enum> |
|
48 </property> |
|
49 <property name="sortingEnabled"> |
|
50 <bool>true</bool> |
|
51 </property> |
|
52 </widget> |
|
53 </item> |
|
54 <item> |
|
55 <layout class="QHBoxLayout" name="horizontalLayout"> |
|
56 <item> |
|
57 <widget class="QPushButton" name="deletePatternButton"> |
|
58 <property name="enabled"> |
|
59 <bool>false</bool> |
|
60 </property> |
|
61 <property name="toolTip"> |
|
62 <string>Press to delete the selected entries</string> |
|
63 </property> |
|
64 <property name="text"> |
|
65 <string>Delete</string> |
|
66 </property> |
|
67 </widget> |
|
68 </item> |
|
69 <item> |
|
70 <widget class="QPushButton" name="addPatternButton"> |
|
71 <property name="enabled"> |
|
72 <bool>false</bool> |
|
73 </property> |
|
74 <property name="toolTip"> |
|
75 <string>Press to add the entered pattern</string> |
|
76 </property> |
|
77 <property name="text"> |
|
78 <string>Add</string> |
|
79 </property> |
|
80 </widget> |
|
81 </item> |
|
82 <item> |
|
83 <widget class="QLineEdit" name="patternEdit"> |
|
84 <property name="toolTip"> |
|
85 <string>Enter the pattern to look for</string> |
|
86 </property> |
|
87 <property name="placeholderText"> |
|
88 <string>Line Start Pattern</string> |
|
89 </property> |
|
90 </widget> |
|
91 </item> |
|
92 </layout> |
|
93 </item> |
|
94 </layout> |
|
95 </widget> |
|
96 <tabstops> |
|
97 <tabstop>patternList</tabstop> |
|
98 <tabstop>deletePatternButton</tabstop> |
|
99 <tabstop>addPatternButton</tabstop> |
|
100 <tabstop>patternEdit</tabstop> |
|
101 </tabstops> |
|
102 <resources/> |
|
103 <connections/> |
|
104 </ui> |