~ubuntu-branches/ubuntu/oneiric/mozc/oneiric

« back to all changes in this revision

Viewing changes to gui/administration_dialog/administration_dialog.ui

  • Committer: Bazaar Package Importer
  • Author(s): Nobuhiro Iwamatsu
  • Date: 2010-07-14 03:26:47 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20100714032647-13qjisj6m8cm8jdx
Tags: 0.12.410.102-1
* New upstream release (Closes: #588971).
  - Add mozc-server, mozc-utils-gui and scim-mozc packages.
* Update debian/rules.
  Add --gypdir option to build_mozc.py.
* Update debian/control.
  - Bumped standards-version to 3.9.0.
  - Update description.
* Add mozc icon (Closes: #588972).
* Add patch which revises issue 18.
  ibus_mozc_issue18.patch
* kFreeBSD build support.
  support_kfreebsd.patch

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<ui version="4.0">
 
3
 <class>AdministrationDialog</class>
 
4
 <widget class="QDialog" name="AdministrationDialog">
 
5
  <property name="geometry">
 
6
   <rect>
 
7
    <x>0</x>
 
8
    <y>0</y>
 
9
    <width>475</width>
 
10
    <height>170</height>
 
11
   </rect>
 
12
  </property>
 
13
  <property name="sizePolicy">
 
14
   <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
 
15
    <horstretch>0</horstretch>
 
16
    <verstretch>0</verstretch>
 
17
   </sizepolicy>
 
18
  </property>
 
19
  <property name="minimumSize">
 
20
   <size>
 
21
    <width>475</width>
 
22
    <height>170</height>
 
23
   </size>
 
24
  </property>
 
25
  <property name="maximumSize">
 
26
   <size>
 
27
    <width>475</width>
 
28
    <height>170</height>
 
29
   </size>
 
30
  </property>
 
31
  <property name="windowTitle">
 
32
   <string>Mozc administrator settings</string>
 
33
  </property>
 
34
  <widget class="QDialogButtonBox" name="AdministrationDialogbuttonBox">
 
35
   <property name="geometry">
 
36
    <rect>
 
37
     <x>20</x>
 
38
     <y>130</y>
 
39
     <width>441</width>
 
40
     <height>32</height>
 
41
    </rect>
 
42
   </property>
 
43
   <property name="orientation">
 
44
    <enum>Qt::Horizontal</enum>
 
45
   </property>
 
46
   <property name="standardButtons">
 
47
    <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
 
48
   </property>
 
49
  </widget>
 
50
  <widget class="QLabel" name="usageStatsMessage">
 
51
   <property name="geometry">
 
52
    <rect>
 
53
     <x>30</x>
 
54
     <y>10</y>
 
55
     <width>431</width>
 
56
     <height>51</height>
 
57
    </rect>
 
58
   </property>
 
59
   <property name="text">
 
60
    <string>Help make Mozc better by automatically sending usage statistics and crash reports to Google (changes will take effect after you log out and log back in)</string>
 
61
   </property>
 
62
   <property name="wordWrap">
 
63
    <bool>true</bool>
 
64
   </property>
 
65
  </widget>
 
66
  <widget class="QCheckBox" name="usageStatsCheckBox">
 
67
   <property name="geometry">
 
68
    <rect>
 
69
     <x>10</x>
 
70
     <y>20</y>
 
71
     <width>21</width>
 
72
     <height>21</height>
 
73
    </rect>
 
74
   </property>
 
75
   <property name="text">
 
76
    <string/>
 
77
   </property>
 
78
  </widget>
 
79
  <widget class="QCheckBox" name="CacheServiceEnabledcheckBox">
 
80
   <property name="geometry">
 
81
    <rect>
 
82
     <x>10</x>
 
83
     <y>70</y>
 
84
     <width>432</width>
 
85
     <height>17</height>
 
86
    </rect>
 
87
   </property>
 
88
   <property name="text">
 
89
    <string>Always allocate conversion dictionary into physical memory</string>
 
90
   </property>
 
91
  </widget>
 
92
  <widget class="QCheckBox" name="ElevatedProcessDisabledcheckBox">
 
93
   <property name="geometry">
 
94
    <rect>
 
95
     <x>10</x>
 
96
     <y>100</y>
 
97
     <width>451</width>
 
98
     <height>17</height>
 
99
    </rect>
 
100
   </property>
 
101
   <property name="sizePolicy">
 
102
    <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
 
103
     <horstretch>0</horstretch>
 
104
     <verstretch>0</verstretch>
 
105
    </sizepolicy>
 
106
   </property>
 
107
   <property name="text">
 
108
    <string>Disable Mozc for UAC-elevated applications</string>
 
109
   </property>
 
110
  </widget>
 
111
 </widget>
 
112
 <tabstops>
 
113
  <tabstop>usageStatsCheckBox</tabstop>
 
114
  <tabstop>CacheServiceEnabledcheckBox</tabstop>
 
115
  <tabstop>ElevatedProcessDisabledcheckBox</tabstop>
 
116
  <tabstop>AdministrationDialogbuttonBox</tabstop>
 
117
 </tabstops>
 
118
 <resources/>
 
119
 <connections>
 
120
  <connection>
 
121
   <sender>AdministrationDialogbuttonBox</sender>
 
122
   <signal>accepted()</signal>
 
123
   <receiver>AdministrationDialog</receiver>
 
124
   <slot>accept()</slot>
 
125
   <hints>
 
126
    <hint type="sourcelabel">
 
127
     <x>248</x>
 
128
     <y>254</y>
 
129
    </hint>
 
130
    <hint type="destinationlabel">
 
131
     <x>157</x>
 
132
     <y>274</y>
 
133
    </hint>
 
134
   </hints>
 
135
  </connection>
 
136
  <connection>
 
137
   <sender>AdministrationDialogbuttonBox</sender>
 
138
   <signal>rejected()</signal>
 
139
   <receiver>AdministrationDialog</receiver>
 
140
   <slot>reject()</slot>
 
141
   <hints>
 
142
    <hint type="sourcelabel">
 
143
     <x>316</x>
 
144
     <y>260</y>
 
145
    </hint>
 
146
    <hint type="destinationlabel">
 
147
     <x>286</x>
 
148
     <y>274</y>
 
149
    </hint>
 
150
   </hints>
 
151
  </connection>
 
152
 </connections>
 
153
</ui>