|
1 <ui version="4.0" > |
|
2 <class>ViewProfileToolboxesDialog</class> |
|
3 <widget class="QDialog" name="ViewProfileToolboxesDialog" > |
|
4 <property name="geometry" > |
|
5 <rect> |
|
6 <x>0</x> |
|
7 <y>0</y> |
|
8 <width>608</width> |
|
9 <height>179</height> |
|
10 </rect> |
|
11 </property> |
|
12 <property name="windowTitle" > |
|
13 <string>Configure View Profiles</string> |
|
14 </property> |
|
15 <property name="sizeGripEnabled" > |
|
16 <bool>true</bool> |
|
17 </property> |
|
18 <layout class="QGridLayout" name="gridLayout" > |
|
19 <item row="0" column="0" colspan="2" > |
|
20 <widget class="QLabel" name="textLabel1" > |
|
21 <property name="text" > |
|
22 <string>Select the windows, that should be visible, when the different profiles are active.</string> |
|
23 </property> |
|
24 <property name="alignment" > |
|
25 <set>Qt::AlignVCenter</set> |
|
26 </property> |
|
27 </widget> |
|
28 </item> |
|
29 <item row="1" column="0" > |
|
30 <widget class="QGroupBox" name="editGroup" > |
|
31 <property name="title" > |
|
32 <string>&Edit Profile</string> |
|
33 </property> |
|
34 <layout class="QVBoxLayout" name="verticalLayout" > |
|
35 <item> |
|
36 <widget class="QCheckBox" name="epvtCheckBox" > |
|
37 <property name="text" > |
|
38 <string>Vertical Toolbox</string> |
|
39 </property> |
|
40 <property name="checked" > |
|
41 <bool>true</bool> |
|
42 </property> |
|
43 </widget> |
|
44 </item> |
|
45 <item> |
|
46 <widget class="QCheckBox" name="ephtCheckBox" > |
|
47 <property name="text" > |
|
48 <string>Horizontal Toolbox</string> |
|
49 </property> |
|
50 <property name="checked" > |
|
51 <bool>true</bool> |
|
52 </property> |
|
53 </widget> |
|
54 </item> |
|
55 <item> |
|
56 <widget class="QCheckBox" name="epdbCheckBox" > |
|
57 <property name="text" > |
|
58 <string>Debug-Viewer</string> |
|
59 </property> |
|
60 </widget> |
|
61 </item> |
|
62 </layout> |
|
63 </widget> |
|
64 </item> |
|
65 <item row="1" column="1" > |
|
66 <widget class="QGroupBox" name="debugGroup" > |
|
67 <property name="title" > |
|
68 <string>&Debug Profile</string> |
|
69 </property> |
|
70 <layout class="QVBoxLayout" name="verticalLayout_2" > |
|
71 <item> |
|
72 <widget class="QCheckBox" name="dpvtCheckBox" > |
|
73 <property name="text" > |
|
74 <string>Vertical Toolbox</string> |
|
75 </property> |
|
76 </widget> |
|
77 </item> |
|
78 <item> |
|
79 <widget class="QCheckBox" name="dphtCheckBox" > |
|
80 <property name="text" > |
|
81 <string>Horizontal Toolbox</string> |
|
82 </property> |
|
83 <property name="checked" > |
|
84 <bool>true</bool> |
|
85 </property> |
|
86 </widget> |
|
87 </item> |
|
88 <item> |
|
89 <widget class="QCheckBox" name="dpdbCheckBox" > |
|
90 <property name="text" > |
|
91 <string>Debug-Viewer</string> |
|
92 </property> |
|
93 <property name="checked" > |
|
94 <bool>true</bool> |
|
95 </property> |
|
96 </widget> |
|
97 </item> |
|
98 </layout> |
|
99 </widget> |
|
100 </item> |
|
101 <item row="2" column="0" colspan="2" > |
|
102 <widget class="QDialogButtonBox" name="buttonBox" > |
|
103 <property name="orientation" > |
|
104 <enum>Qt::Horizontal</enum> |
|
105 </property> |
|
106 <property name="standardButtons" > |
|
107 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> |
|
108 </property> |
|
109 </widget> |
|
110 </item> |
|
111 </layout> |
|
112 </widget> |
|
113 <layoutdefault spacing="6" margin="6" /> |
|
114 <pixmapfunction>qPixmapFromMimeSource</pixmapfunction> |
|
115 <tabstops> |
|
116 <tabstop>epvtCheckBox</tabstop> |
|
117 <tabstop>ephtCheckBox</tabstop> |
|
118 <tabstop>epdbCheckBox</tabstop> |
|
119 <tabstop>dpvtCheckBox</tabstop> |
|
120 <tabstop>dphtCheckBox</tabstop> |
|
121 <tabstop>dpdbCheckBox</tabstop> |
|
122 <tabstop>buttonBox</tabstop> |
|
123 </tabstops> |
|
124 <resources/> |
|
125 <connections> |
|
126 <connection> |
|
127 <sender>buttonBox</sender> |
|
128 <signal>accepted()</signal> |
|
129 <receiver>ViewProfileToolboxesDialog</receiver> |
|
130 <slot>accept()</slot> |
|
131 <hints> |
|
132 <hint type="sourcelabel" > |
|
133 <x>56</x> |
|
134 <y>208</y> |
|
135 </hint> |
|
136 <hint type="destinationlabel" > |
|
137 <x>56</x> |
|
138 <y>229</y> |
|
139 </hint> |
|
140 </hints> |
|
141 </connection> |
|
142 <connection> |
|
143 <sender>buttonBox</sender> |
|
144 <signal>rejected()</signal> |
|
145 <receiver>ViewProfileToolboxesDialog</receiver> |
|
146 <slot>reject()</slot> |
|
147 <hints> |
|
148 <hint type="sourcelabel" > |
|
149 <x>146</x> |
|
150 <y>215</y> |
|
151 </hint> |
|
152 <hint type="destinationlabel" > |
|
153 <x>146</x> |
|
154 <y>234</y> |
|
155 </hint> |
|
156 </hints> |
|
157 </connection> |
|
158 </connections> |
|
159 </ui> |