~encukou/picard/options-autoui

« back to all changes in this revision

Viewing changes to ui/options_interface.ui

  • Committer: Petr Viktorin
  • Date: 2010-02-06 16:13:39 UTC
  • Revision ID: encukou@gmail.com-20100206161339-f4tdlhjalfl301ac
Convert the Interface options page

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<ui version="4.0" >
2
 
 <class>InterfaceOptionsPage</class>
3
 
 <widget class="QWidget" name="InterfaceOptionsPage" >
4
 
  <property name="geometry" >
5
 
   <rect>
6
 
    <x>0</x>
7
 
    <y>0</y>
8
 
    <width>287</width>
9
 
    <height>200</height>
10
 
   </rect>
11
 
  </property>
12
 
  <layout class="QVBoxLayout" >
13
 
   <item>
14
 
    <widget class="QGroupBox" name="groupBox_2" >
15
 
     <property name="title" >
16
 
      <string>Miscellaneous</string>
17
 
     </property>
18
 
     <layout class="QVBoxLayout" >
19
 
      <item>
20
 
       <widget class="QCheckBox" name="toolbar_show_labels" >
21
 
        <property name="text" >
22
 
         <string>Show text labels under icons</string>
23
 
        </property>
24
 
       </widget>
25
 
      </item>
26
 
      <item>
27
 
       <widget class="QCheckBox" name="toolbar_multiselect" >
28
 
        <property name="text" >
29
 
         <string>Allow selection of multiple directories</string>
30
 
        </property>
31
 
       </widget>
32
 
      </item>
33
 
      <item>
34
 
       <widget class="QCheckBox" name="use_adv_search_syntax" >
35
 
        <property name="text" >
36
 
         <string>Use advanced query syntax</string>
37
 
        </property>
38
 
       </widget>
39
 
      </item>
40
 
      <item>
41
 
       <widget class="QLabel" name="label" >
42
 
        <property name="text" >
43
 
         <string>User interface language:</string>
44
 
        </property>
45
 
       </widget>
46
 
      </item>
47
 
      <item>
48
 
       <layout class="QHBoxLayout" name="horizontalLayout" >
49
 
        <item>
50
 
         <widget class="QComboBox" name="ui_language" />
51
 
        </item>
52
 
        <item>
53
 
         <spacer name="horizontalSpacer" >
54
 
          <property name="orientation" >
55
 
           <enum>Qt::Horizontal</enum>
56
 
          </property>
57
 
          <property name="sizeHint" stdset="0" >
58
 
           <size>
59
 
            <width>40</width>
60
 
            <height>20</height>
61
 
           </size>
62
 
          </property>
63
 
         </spacer>
64
 
        </item>
65
 
       </layout>
66
 
      </item>
67
 
     </layout>
68
 
    </widget>
69
 
   </item>
70
 
   <item>
71
 
    <spacer>
72
 
     <property name="orientation" >
73
 
      <enum>Qt::Vertical</enum>
74
 
     </property>
75
 
     <property name="sizeHint" stdset="0" >
76
 
      <size>
77
 
       <width>220</width>
78
 
       <height>61</height>
79
 
      </size>
80
 
     </property>
81
 
    </spacer>
82
 
   </item>
83
 
  </layout>
84
 
 </widget>
85
 
 <resources/>
86
 
 <connections/>
87
 
</ui>