common: Make SyncableObject non-copyable
[quassel.git] / src / qtui / settingspages / topicwidgetsettingspage.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>TopicWidgetSettingsPage</class>
4  <widget class="QWidget" name="TopicWidgetSettingsPage">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>470</width>
10     <height>370</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>Form</string>
15   </property>
16   <layout class="QVBoxLayout" name="verticalLayout">
17    <item>
18     <layout class="QHBoxLayout" name="horizontalLayout">
19      <item>
20       <widget class="QCheckBox" name="customFont">
21        <property name="text">
22         <string>Custom font:</string>
23        </property>
24        <property name="settingsKey" stdset="0">
25         <string notr="true">/UiStyle/Fonts/UseCustomTopicWidgetFont</string>
26        </property>
27        <property name="defaultValue" stdset="0">
28         <bool>false</bool>
29        </property>
30       </widget>
31      </item>
32      <item>
33       <widget class="FontSelector" name="topicWidgetFont" native="true">
34        <property name="enabled">
35         <bool>false</bool>
36        </property>
37        <property name="settingsKey" stdset="0">
38         <string notr="true">/UiStyle/Fonts/TopicWidget</string>
39        </property>
40        <property name="defaultValue" stdset="0">
41         <font/>
42        </property>
43       </widget>
44      </item>
45     </layout>
46    </item>
47    <item>
48     <widget class="QCheckBox" name="dynamicResize">
49      <property name="text">
50       <string>Resize dynamically to fit contents</string>
51      </property>
52      <property name="checked">
53       <bool>true</bool>
54      </property>
55      <property name="settingsKey" stdset="0">
56       <string notr="true">DynamicResize</string>
57      </property>
58      <property name="defaultValue" stdset="0">
59       <bool>true</bool>
60      </property>
61     </widget>
62    </item>
63    <item>
64     <layout class="QHBoxLayout" name="horizontalLayout_2">
65      <item>
66       <spacer name="horizontalSpacer">
67        <property name="orientation">
68         <enum>Qt::Horizontal</enum>
69        </property>
70        <property name="sizeType">
71         <enum>QSizePolicy::Fixed</enum>
72        </property>
73        <property name="sizeHint" stdset="0">
74         <size>
75          <width>20</width>
76          <height>16</height>
77         </size>
78        </property>
79       </spacer>
80      </item>
81      <item>
82       <widget class="QCheckBox" name="resizeOnHover">
83        <property name="text">
84         <string>On hover only</string>
85        </property>
86        <property name="checked">
87         <bool>true</bool>
88        </property>
89        <property name="settingsKey" stdset="0">
90         <string notr="true">ResizeOnHover</string>
91        </property>
92        <property name="defaultValue" stdset="0">
93         <bool>true</bool>
94        </property>
95       </widget>
96      </item>
97     </layout>
98    </item>
99    <item>
100     <spacer name="verticalSpacer">
101      <property name="orientation">
102       <enum>Qt::Vertical</enum>
103      </property>
104      <property name="sizeHint" stdset="0">
105       <size>
106        <width>20</width>
107        <height>274</height>
108       </size>
109      </property>
110     </spacer>
111    </item>
112   </layout>
113  </widget>
114  <customwidgets>
115   <customwidget>
116    <class>FontSelector</class>
117    <extends>QWidget</extends>
118    <header>fontselector.h</header>
119    <container>1</container>
120   </customwidget>
121  </customwidgets>
122  <tabstops>
123   <tabstop>customFont</tabstop>
124   <tabstop>dynamicResize</tabstop>
125   <tabstop>resizeOnHover</tabstop>
126  </tabstops>
127  <resources/>
128  <connections>
129   <connection>
130    <sender>customFont</sender>
131    <signal>toggled(bool)</signal>
132    <receiver>topicWidgetFont</receiver>
133    <slot>setEnabled(bool)</slot>
134    <hints>
135     <hint type="sourcelabel">
136      <x>105</x>
137      <y>19</y>
138     </hint>
139     <hint type="destinationlabel">
140      <x>242</x>
141      <y>20</y>
142     </hint>
143    </hints>
144   </connection>
145   <connection>
146    <sender>dynamicResize</sender>
147    <signal>toggled(bool)</signal>
148    <receiver>resizeOnHover</receiver>
149    <slot>setEnabled(bool)</slot>
150    <hints>
151     <hint type="sourcelabel">
152      <x>56</x>
153      <y>46</y>
154     </hint>
155     <hint type="destinationlabel">
156      <x>65</x>
157      <y>73</y>
158     </hint>
159    </hints>
160   </connection>
161  </connections>
162 </ui>