OK button does no longer discard a settings dialog if settings are not valid.
[quassel.git] / src / qtui / ui / topicwidget.ui
1 <ui version="4.0" >
2  <class>TopicWidget</class>
3  <widget class="QWidget" name="TopicWidget" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>558</width>
9     <height>29</height>
10    </rect>
11   </property>
12   <property name="sizePolicy" >
13    <sizepolicy vsizetype="Fixed" hsizetype="Preferred" >
14     <horstretch>0</horstretch>
15     <verstretch>0</verstretch>
16    </sizepolicy>
17   </property>
18   <property name="minimumSize" >
19    <size>
20     <width>0</width>
21     <height>0</height>
22    </size>
23   </property>
24   <property name="baseSize" >
25    <size>
26     <width>0</width>
27     <height>0</height>
28    </size>
29   </property>
30   <property name="windowTitle" >
31    <string>Form</string>
32   </property>
33   <layout class="QHBoxLayout" >
34    <property name="leftMargin" >
35     <number>0</number>
36    </property>
37    <property name="topMargin" >
38     <number>0</number>
39    </property>
40    <property name="rightMargin" >
41     <number>0</number>
42    </property>
43    <property name="bottomMargin" >
44     <number>0</number>
45    </property>
46    <item>
47     <widget class="QLineEdit" name="topicLineEdit" />
48    </item>
49    <item>
50     <widget class="QToolButton" name="topicEditButton" >
51      <property name="enabled" >
52       <bool>false</bool>
53      </property>
54      <property name="text" >
55       <string>...</string>
56      </property>
57      <property name="icon" >
58       <iconset resource="../../icons/icons.qrc" >:/22x22/actions/oxygen/22x22/actions/configure.png</iconset>
59      </property>
60      <property name="iconSize" >
61       <size>
62        <width>16</width>
63        <height>16</height>
64       </size>
65      </property>
66     </widget>
67    </item>
68   </layout>
69  </widget>
70  <resources>
71   <include location="../../icons/icons.qrc" />
72  </resources>
73  <connections/>
74 </ui>