1 <?xml version=
"1.0" encoding=
"UTF-8"?>
3 <class>ConfigDialog
</class>
4 <widget class=
"QDialog" name=
"ConfigDialog">
5 <property name=
"geometry">
13 <property name=
"windowTitle">
14 <string>SuperCollider IDE Configuration
</string>
16 <layout class=
"QVBoxLayout" name=
"verticalLayout">
18 <layout class=
"QHBoxLayout" name=
"horizontalLayout">
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>
27 <property name=
"maximumSize">
30 <height>16777215</height>
33 <property name=
"dragDropMode">
34 <enum>QAbstractItemView::NoDragDrop
</enum>
36 <property name=
"iconSize">
42 <property name=
"isWrapping" stdset=
"0">
45 <property name=
"viewMode">
46 <enum>QListView::ListMode
</enum>
51 <widget class=
"QStackedWidget" name=
"configPageStack">
52 <property name=
"sizePolicy">
53 <sizepolicy hsizetype=
"Expanding" vsizetype=
"Preferred">
54 <horstretch>1</horstretch>
55 <verstretch>0</verstretch>
58 <property name=
"layoutDirection">
59 <enum>Qt::LeftToRight
</enum>
61 <property name=
"currentIndex">
69 <widget class=
"QDialogButtonBox" name=
"buttonBox">
70 <property name=
"orientation">
71 <enum>Qt::Horizontal
</enum>
73 <property name=
"standardButtons">
74 <set>QDialogButtonBox::Apply|QDialogButtonBox::Cancel|QDialogButtonBox::Ok|QDialogButtonBox::Reset
</set>
76 <property name=
"centerButtons">
85 <class>ScIDE::IconListWidget
</class>
86 <extends>QListWidget
</extends>
87 <header>icon_list_widget.hpp
</header>
93 <sender>buttonBox
</sender>
94 <signal>accepted()
</signal>
95 <receiver>ConfigDialog
</receiver>
98 <hint type=
"sourcelabel">
102 <hint type=
"destinationlabel">
109 <sender>buttonBox
</sender>
110 <signal>rejected()
</signal>
111 <receiver>ConfigDialog
</receiver>
112 <slot>reject()
</slot>
114 <hint type=
"sourcelabel">
118 <hint type=
"destinationlabel">
125 <sender>configPageList
</sender>
126 <signal>currentRowChanged(int)
</signal>
127 <receiver>configPageStack
</receiver>
128 <slot>setCurrentIndex(int)
</slot>
130 <hint type=
"sourcelabel">
134 <hint type=
"destinationlabel">