scide: LookupDialog - use more expressive function names
[supercollider.git] / editors / sc-ide / forms / settings_dialog.ui
blob06c6f89068c5782f9b29528b28eb69f0e728b22d
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>ConfigDialog</class>
4 <widget class="QDialog" name="ConfigDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>579</width>
10 <height>365</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>SuperCollider IDE Configuration</string>
15 </property>
16 <layout class="QVBoxLayout" name="verticalLayout">
17 <item>
18 <layout class="QHBoxLayout" name="horizontalLayout">
19 <item>
20 <widget class="ScIDE::IconListWidget" name="configPageList">
21 <property name="sizePolicy">
22 <sizepolicy hsizetype="Maximum" vsizetype="Expanding">
23 <horstretch>0</horstretch>
24 <verstretch>0</verstretch>
25 </sizepolicy>
26 </property>
27 <property name="maximumSize">
28 <size>
29 <width>100</width>
30 <height>16777215</height>
31 </size>
32 </property>
33 <property name="dragDropMode">
34 <enum>QAbstractItemView::NoDragDrop</enum>
35 </property>
36 <property name="iconSize">
37 <size>
38 <width>32</width>
39 <height>32</height>
40 </size>
41 </property>
42 <property name="isWrapping" stdset="0">
43 <bool>false</bool>
44 </property>
45 <property name="viewMode">
46 <enum>QListView::ListMode</enum>
47 </property>
48 </widget>
49 </item>
50 <item>
51 <widget class="QStackedWidget" name="configPageStack">
52 <property name="sizePolicy">
53 <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
54 <horstretch>1</horstretch>
55 <verstretch>0</verstretch>
56 </sizepolicy>
57 </property>
58 <property name="layoutDirection">
59 <enum>Qt::LeftToRight</enum>
60 </property>
61 <property name="currentIndex">
62 <number>-1</number>
63 </property>
64 </widget>
65 </item>
66 </layout>
67 </item>
68 <item>
69 <widget class="QDialogButtonBox" name="buttonBox">
70 <property name="orientation">
71 <enum>Qt::Horizontal</enum>
72 </property>
73 <property name="standardButtons">
74 <set>QDialogButtonBox::Apply|QDialogButtonBox::Cancel|QDialogButtonBox::Ok|QDialogButtonBox::Reset</set>
75 </property>
76 <property name="centerButtons">
77 <bool>false</bool>
78 </property>
79 </widget>
80 </item>
81 </layout>
82 </widget>
83 <customwidgets>
84 <customwidget>
85 <class>ScIDE::IconListWidget</class>
86 <extends>QListWidget</extends>
87 <header>icon_list_widget.hpp</header>
88 </customwidget>
89 </customwidgets>
90 <resources/>
91 <connections>
92 <connection>
93 <sender>buttonBox</sender>
94 <signal>accepted()</signal>
95 <receiver>ConfigDialog</receiver>
96 <slot>accept()</slot>
97 <hints>
98 <hint type="sourcelabel">
99 <x>248</x>
100 <y>254</y>
101 </hint>
102 <hint type="destinationlabel">
103 <x>157</x>
104 <y>274</y>
105 </hint>
106 </hints>
107 </connection>
108 <connection>
109 <sender>buttonBox</sender>
110 <signal>rejected()</signal>
111 <receiver>ConfigDialog</receiver>
112 <slot>reject()</slot>
113 <hints>
114 <hint type="sourcelabel">
115 <x>316</x>
116 <y>260</y>
117 </hint>
118 <hint type="destinationlabel">
119 <x>286</x>
120 <y>274</y>
121 </hint>
122 </hints>
123 </connection>
124 <connection>
125 <sender>configPageList</sender>
126 <signal>currentRowChanged(int)</signal>
127 <receiver>configPageStack</receiver>
128 <slot>setCurrentIndex(int)</slot>
129 <hints>
130 <hint type="sourcelabel">
131 <x>54</x>
132 <y>167</y>
133 </hint>
134 <hint type="destinationlabel">
135 <x>341</x>
136 <y>167</y>
137 </hint>
138 </hints>
139 </connection>
140 </connections>
141 </ui>