init
[qstardict] / plugins / web / settingsdialog.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>SettingsDialog</class>
4  <widget class="QDialog" name="SettingsDialog">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>460</width>
10     <height>260</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>Web plugin settings</string>
15   </property>
16   <layout class="QVBoxLayout" name="verticalLayout">
17    <item>
18     <widget class="QListWidget" name="dictsList"/>
19    </item>
20    <item>
21     <layout class="QHBoxLayout">
22      <property name="spacing">
23       <number>6</number>
24      </property>
25      <property name="margin">
26       <number>0</number>
27      </property>
28      <item>
29       <widget class="QToolButton" name="editDictButton">
30        <property name="sizePolicy">
31         <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
32          <horstretch>0</horstretch>
33          <verstretch>0</verstretch>
34         </sizepolicy>
35        </property>
36        <property name="minimumSize">
37         <size>
38          <width>112</width>
39          <height>70</height>
40         </size>
41        </property>
42        <property name="toolTip">
43         <string>Edit dictionary</string>
44        </property>
45        <property name="text">
46         <string>Edit</string>
47        </property>
48        <property name="icon">
49         <iconset resource="pixmaps/pixmaps.qrc">
50          <normaloff>:/icons/edit.png</normaloff>:/icons/edit.png</iconset>
51        </property>
52        <property name="iconSize">
53         <size>
54          <width>112</width>
55          <height>70</height>
56         </size>
57        </property>
58       </widget>
59      </item>
60      <item>
61       <widget class="QToolButton" name="addDictButton">
62        <property name="sizePolicy">
63         <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
64          <horstretch>0</horstretch>
65          <verstretch>0</verstretch>
66         </sizepolicy>
67        </property>
68        <property name="minimumSize">
69         <size>
70          <width>112</width>
71          <height>70</height>
72         </size>
73        </property>
74        <property name="toolTip">
75         <string>Add dictionary</string>
76        </property>
77        <property name="text">
78         <string>Add</string>
79        </property>
80        <property name="icon">
81         <iconset resource="../stardict/pixmaps/pixmaps.qrc">
82          <normaloff>:/icons/list-add.png</normaloff>:/icons/list-add.png</iconset>
83        </property>
84        <property name="iconSize">
85         <size>
86          <width>112</width>
87          <height>70</height>
88         </size>
89        </property>
90       </widget>
91      </item>
92      <item>
93       <widget class="QToolButton" name="removeDictButton">
94        <property name="sizePolicy">
95         <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
96          <horstretch>0</horstretch>
97          <verstretch>0</verstretch>
98         </sizepolicy>
99        </property>
100        <property name="minimumSize">
101         <size>
102          <width>112</width>
103          <height>70</height>
104         </size>
105        </property>
106        <property name="toolTip">
107         <string>Remove dictionary</string>
108        </property>
109        <property name="text">
110         <string>Remove</string>
111        </property>
112        <property name="icon">
113         <iconset resource="../stardict/pixmaps/pixmaps.qrc">
114          <normaloff>:/icons/list-remove.png</normaloff>:/icons/list-remove.png</iconset>
115        </property>
116        <property name="iconSize">
117         <size>
118          <width>112</width>
119          <height>70</height>
120         </size>
121        </property>
122       </widget>
123      </item>
124      <item>
125       <spacer>
126        <property name="orientation">
127         <enum>Qt::Horizontal</enum>
128        </property>
129        <property name="sizeHint" stdset="0">
130         <size>
131          <width>342</width>
132          <height>26</height>
133         </size>
134        </property>
135       </spacer>
136      </item>
137     </layout>
138    </item>
139   </layout>
140  </widget>
141  <resources>
142   <include location="pixmaps/pixmaps.qrc"/>
143  </resources>
144  <connections/>
145 </ui>