src/eric7/Preferences/ProgramsDialog.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>ProgramsDialog</class>
4 <widget class="QDialog" name="ProgramsDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>700</width>
10 <height>570</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>External Tools</string>
15 </property>
16 <layout class="QVBoxLayout" name="verticalLayout">
17 <item>
18 <widget class="QTreeWidget" name="programsList">
19 <property name="rootIsDecorated">
20 <bool>false</bool>
21 </property>
22 <property name="sortingEnabled">
23 <bool>true</bool>
24 </property>
25 <column>
26 <property name="text">
27 <string>Path</string>
28 </property>
29 </column>
30 <column>
31 <property name="text">
32 <string>Version</string>
33 </property>
34 </column>
35 </widget>
36 </item>
37 <item>
38 <layout class="QHBoxLayout" name="horizontalLayout">
39 <item>
40 <widget class="QLabel" name="label">
41 <property name="text">
42 <string>Show:</string>
43 </property>
44 </widget>
45 </item>
46 <item>
47 <widget class="QComboBox" name="showComboBox">
48 <property name="toolTip">
49 <string>Select the kind of tools to show</string>
50 </property>
51 </widget>
52 </item>
53 <item>
54 <widget class="QDialogButtonBox" name="buttonBox">
55 <property name="orientation">
56 <enum>Qt::Horizontal</enum>
57 </property>
58 <property name="standardButtons">
59 <set>QDialogButtonBox::Close</set>
60 </property>
61 </widget>
62 </item>
63 </layout>
64 </item>
65 </layout>
66 </widget>
67 <resources/>
68 <connections>
69 <connection>
70 <sender>buttonBox</sender>
71 <signal>accepted()</signal>
72 <receiver>ProgramsDialog</receiver>
73 <slot>close()</slot>
74 <hints>
75 <hint type="sourcelabel">
76 <x>155</x>
77 <y>546</y>
78 </hint>
79 <hint type="destinationlabel">
80 <x>123</x>
81 <y>505</y>
82 </hint>
83 </hints>
84 </connection>
85 <connection>
86 <sender>buttonBox</sender>
87 <signal>rejected()</signal>
88 <receiver>ProgramsDialog</receiver>
89 <slot>close()</slot>
90 <hints>
91 <hint type="sourcelabel">
92 <x>253</x>
93 <y>552</y>
94 </hint>
95 <hint type="destinationlabel">
96 <x>207</x>
97 <y>505</y>
98 </hint>
99 </hints>
100 </connection>
101 </connections>
102 </ui>

eric ide

mercurial