Codebase list mozc / debian/1.5.1090.102-4 gui / character_pad / character_palette.ui
debian/1.5.1090.102-4

Tree @debian/1.5.1090.102-4 (Download .tar.gz)

character_palette.ui @debian/1.5.1090.102-4raw · history · blame

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
 <class>CharacterPalette</class>
 <widget class="QMainWindow" name="CharacterPalette">
  <property name="geometry">
   <rect>
    <x>0</x>
    <y>0</y>
    <width>670</width>
    <height>250</height>
   </rect>
  </property>
  <property name="windowTitle">
   <string>Mozc Character Palette</string>
  </property>
  <widget class="QWidget" name="centralwidget">
   <layout class="QGridLayout" name="gridLayout_2">
    <property name="leftMargin">
     <number>0</number>
    </property>
    <property name="topMargin">
     <number>2</number>
    </property>
    <property name="rightMargin">
     <number>0</number>
    </property>
    <property name="bottomMargin">
     <number>0</number>
    </property>
    <item row="0" column="0">
     <layout class="QGridLayout" name="gridLayout">
      <property name="sizeConstraint">
       <enum>QLayout::SetDefaultConstraint</enum>
      </property>
      <item row="0" column="0">
       <spacer name="horizontalSpacer">
        <property name="orientation">
         <enum>Qt::Horizontal</enum>
        </property>
        <property name="sizeHint" stdset="0">
         <size>
          <width>40</width>
          <height>20</height>
         </size>
        </property>
       </spacer>
      </item>
      <item row="0" column="1">
       <widget class="QFontComboBox" name="fontComboBox"/>
      </item>
      <item row="0" column="2">
       <widget class="QComboBox" name="sizeComboBox">
        <property name="minimumSize">
         <size>
          <width>70</width>
          <height>0</height>
         </size>
        </property>
        <item>
         <property name="text">
          <string>Largest</string>
         </property>
        </item>
        <item>
         <property name="text">
          <string>Larger</string>
         </property>
        </item>
        <item>
         <property name="text">
          <string>Medium</string>
         </property>
        </item>
        <item>
         <property name="text">
          <string>Smaller</string>
         </property>
        </item>
        <item>
         <property name="text">
          <string>Smallest</string>
         </property>
        </item>
       </widget>
      </item>
      <item row="1" column="0" colspan="3">
       <widget class="ZeroWidthSplitter" name="splitter">
        <property name="orientation">
         <enum>Qt::Horizontal</enum>
        </property>
        <widget class="QTreeWidget" name="categoryTreeWidget">
         <property name="maximumSize">
          <size>
           <width>16777215</width>
           <height>16777215</height>
          </size>
         </property>
         <property name="baseSize">
          <size>
           <width>300</width>
           <height>0</height>
          </size>
         </property>
         <property name="indentation">
          <number>10</number>
         </property>
         <property name="uniformRowHeights">
          <bool>false</bool>
         </property>
         <property name="animated">
          <bool>true</bool>
         </property>
         <property name="headerHidden">
          <bool>true</bool>
         </property>
         <column>
          <property name="text">
           <string/>
          </property>
         </column>
        </widget>
        <widget class="CharacterPaletteTableWidget" name="tableWidget"/>
       </widget>
      </item>
     </layout>
    </item>
   </layout>
  </widget>
 </widget>
 <customwidgets>
  <customwidget>
   <class>CharacterPaletteTableWidget</class>
   <extends>QTableWidget</extends>
   <header>gui/character_pad/character_palette_table_widget.h</header>
  </customwidget>
  <customwidget>
   <class>ZeroWidthSplitter</class>
   <extends>QSplitter</extends>
   <header>gui/dictionary_tool/zero_width_splitter.h</header>
   <container>1</container>
  </customwidget>
 </customwidgets>
 <resources/>
 <connections/>
</ui>