Codebase list mozc / debian/1.4.1033.102-2 gui / administration_dialog / administration_dialog.ui
debian/1.4.1033.102-2

Tree @debian/1.4.1033.102-2 (Download .tar.gz)

administration_dialog.ui @debian/1.4.1033.102-2raw · history · blame

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
 <class>AdministrationDialog</class>
 <widget class="QDialog" name="AdministrationDialog">
  <property name="geometry">
   <rect>
    <x>0</x>
    <y>0</y>
    <width>475</width>
    <height>170</height>
   </rect>
  </property>
  <property name="sizePolicy">
   <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
    <horstretch>0</horstretch>
    <verstretch>0</verstretch>
   </sizepolicy>
  </property>
  <property name="minimumSize">
   <size>
    <width>475</width>
    <height>170</height>
   </size>
  </property>
  <property name="maximumSize">
   <size>
    <width>475</width>
    <height>170</height>
   </size>
  </property>
  <property name="windowTitle">
   <string>Mozc administrator settings</string>
  </property>
  <widget class="QDialogButtonBox" name="AdministrationDialogbuttonBox">
   <property name="geometry">
    <rect>
     <x>20</x>
     <y>130</y>
     <width>441</width>
     <height>32</height>
    </rect>
   </property>
   <property name="orientation">
    <enum>Qt::Horizontal</enum>
   </property>
   <property name="standardButtons">
    <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
   </property>
  </widget>
  <widget class="QLabel" name="usageStatsMessage">
   <property name="geometry">
    <rect>
     <x>30</x>
     <y>10</y>
     <width>431</width>
     <height>51</height>
    </rect>
   </property>
   <property name="text">
    <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>
   </property>
   <property name="wordWrap">
    <bool>true</bool>
   </property>
  </widget>
  <widget class="QCheckBox" name="usageStatsCheckBox">
   <property name="geometry">
    <rect>
     <x>10</x>
     <y>20</y>
     <width>21</width>
     <height>21</height>
    </rect>
   </property>
   <property name="text">
    <string/>
   </property>
  </widget>
  <widget class="QCheckBox" name="CacheServiceEnabledcheckBox">
   <property name="geometry">
    <rect>
     <x>10</x>
     <y>70</y>
     <width>432</width>
     <height>17</height>
    </rect>
   </property>
   <property name="text">
    <string>Always allocate conversion dictionary into physical memory</string>
   </property>
  </widget>
  <widget class="QCheckBox" name="ElevatedProcessDisabledcheckBox">
   <property name="geometry">
    <rect>
     <x>10</x>
     <y>100</y>
     <width>451</width>
     <height>17</height>
    </rect>
   </property>
   <property name="sizePolicy">
    <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
     <horstretch>0</horstretch>
     <verstretch>0</verstretch>
    </sizepolicy>
   </property>
   <property name="text">
    <string>Disable Mozc for UAC-elevated applications</string>
   </property>
  </widget>
 </widget>
 <tabstops>
  <tabstop>usageStatsCheckBox</tabstop>
  <tabstop>CacheServiceEnabledcheckBox</tabstop>
  <tabstop>ElevatedProcessDisabledcheckBox</tabstop>
  <tabstop>AdministrationDialogbuttonBox</tabstop>
 </tabstops>
 <resources/>
 <connections>
  <connection>
   <sender>AdministrationDialogbuttonBox</sender>
   <signal>accepted()</signal>
   <receiver>AdministrationDialog</receiver>
   <slot>accept()</slot>
   <hints>
    <hint type="sourcelabel">
     <x>248</x>
     <y>254</y>
    </hint>
    <hint type="destinationlabel">
     <x>157</x>
     <y>274</y>
    </hint>
   </hints>
  </connection>
  <connection>
   <sender>AdministrationDialogbuttonBox</sender>
   <signal>rejected()</signal>
   <receiver>AdministrationDialog</receiver>
   <slot>reject()</slot>
   <hints>
    <hint type="sourcelabel">
     <x>316</x>
     <y>260</y>
    </hint>
    <hint type="destinationlabel">
     <x>286</x>
     <y>274</y>
    </hint>
   </hints>
  </connection>
 </connections>
</ui>