src/eric7/Preferences/ViewProfileToolboxesDialog.ui

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

eric ide

mercurial