ProjectDjango/DjangoDiffsettingsDataDialog.ui

changeset 125
d280acf98fb5
child 172
ea7980ded4f3
equal deleted inserted replaced
124:5c925935cbb9 125:d280acf98fb5
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>DjangoDiffsettingsDataDialog</class>
4 <widget class="QDialog" name="DjangoDiffsettingsDataDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>400</width>
10 <height>138</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>diffsettings Command Options</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="QCheckBox" name="allCheckBox">
22 <property name="toolTip">
23 <string>Select to show all settings (even if the have the default value)</string>
24 </property>
25 <property name="text">
26 <string>Show all settings</string>
27 </property>
28 </widget>
29 </item>
30 <item row="1" column="0">
31 <widget class="QLabel" name="label">
32 <property name="text">
33 <string>Default Module:</string>
34 </property>
35 </widget>
36 </item>
37 <item row="1" column="1">
38 <widget class="QLineEdit" name="defaultEdit">
39 <property name="toolTip">
40 <string>Enter the name of the module containing the default settings (1.11.0+ only)</string>
41 </property>
42 </widget>
43 </item>
44 <item row="2" column="0">
45 <widget class="QLabel" name="label_2">
46 <property name="text">
47 <string>Output Format:</string>
48 </property>
49 </widget>
50 </item>
51 <item row="2" column="1">
52 <widget class="QComboBox" name="formatComboBox">
53 <property name="toolTip">
54 <string>Select the output format (2.0.0+ only)</string>
55 </property>
56 </widget>
57 </item>
58 <item row="3" column="0" colspan="2">
59 <widget class="QDialogButtonBox" name="buttonBox">
60 <property name="orientation">
61 <enum>Qt::Horizontal</enum>
62 </property>
63 <property name="standardButtons">
64 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
65 </property>
66 </widget>
67 </item>
68 </layout>
69 </widget>
70 <resources/>
71 <connections>
72 <connection>
73 <sender>buttonBox</sender>
74 <signal>accepted()</signal>
75 <receiver>DjangoDiffsettingsDataDialog</receiver>
76 <slot>accept()</slot>
77 <hints>
78 <hint type="sourcelabel">
79 <x>248</x>
80 <y>254</y>
81 </hint>
82 <hint type="destinationlabel">
83 <x>157</x>
84 <y>274</y>
85 </hint>
86 </hints>
87 </connection>
88 <connection>
89 <sender>buttonBox</sender>
90 <signal>rejected()</signal>
91 <receiver>DjangoDiffsettingsDataDialog</receiver>
92 <slot>reject()</slot>
93 <hints>
94 <hint type="sourcelabel">
95 <x>316</x>
96 <y>260</y>
97 </hint>
98 <hint type="destinationlabel">
99 <x>286</x>
100 <y>274</y>
101 </hint>
102 </hints>
103 </connection>
104 </connections>
105 </ui>

eric ide

mercurial