[go: up one dir, main page]

Menu

[r301]: / reorder.ui  Maximize  Restore  History

Download this file

226 lines (225 with data), 6.0 kB

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
 <class>dlgReorder</class>
 <widget class="QDialog" name="dlgReorder">
  <property name="geometry">
   <rect>
    <x>0</x>
    <y>0</y>
    <width>495</width>
    <height>491</height>
   </rect>
  </property>
  <property name="windowTitle">
   <string>Dialog</string>
  </property>
  <property name="modal">
   <bool>true</bool>
  </property>
  <layout class="QVBoxLayout" name="verticalLayout">
   <item>
    <widget class="QWidget" name="widget" native="true">
     <property name="minimumSize">
      <size>
       <width>0</width>
       <height>101</height>
      </size>
     </property>
     <layout class="QHBoxLayout" name="horizontalLayout">
      <item>
       <widget class="QWidget" name="widget_4" native="true">
        <layout class="QVBoxLayout" name="verticalLayout_2">
         <item>
          <widget class="QLabel" name="lblWord">
           <property name="minimumSize">
            <size>
             <width>0</width>
             <height>27</height>
            </size>
           </property>
           <property name="font">
            <font>
             <family>Coptic</family>
             <pointsize>16</pointsize>
            </font>
           </property>
           <property name="text">
            <string/>
           </property>
          </widget>
         </item>
         <item>
          <widget class="QTableWidget" name="tblDerivations">
           <property name="font">
            <font>
             <family>Coptic</family>
            </font>
           </property>
           <property name="showDropIndicator" stdset="0">
            <bool>false</bool>
           </property>
           <property name="dragEnabled">
            <bool>false</bool>
           </property>
           <property name="dragDropOverwriteMode">
            <bool>false</bool>
           </property>
           <property name="dragDropMode">
            <enum>QAbstractItemView::NoDragDrop</enum>
           </property>
           <property name="selectionMode">
            <enum>QAbstractItemView::ContiguousSelection</enum>
           </property>
           <property name="selectionBehavior">
            <enum>QAbstractItemView::SelectRows</enum>
           </property>
           <property name="wordWrap">
            <bool>false</bool>
           </property>
           <property name="cornerButtonEnabled">
            <bool>false</bool>
           </property>
           <column>
            <property name="text">
             <string>derivation</string>
            </property>
           </column>
           <column>
            <property name="text">
             <string>key</string>
            </property>
           </column>
           <column>
            <property name="text">
             <string>original pos</string>
            </property>
           </column>
           <column>
            <property name="text">
             <string>action</string>
            </property>
           </column>
          </widget>
         </item>
        </layout>
       </widget>
      </item>
      <item>
       <widget class="QWidget" name="widget_2" native="true">
        <property name="minimumSize">
         <size>
          <width>111</width>
          <height>0</height>
         </size>
        </property>
        <property name="maximumSize">
         <size>
          <width>111</width>
          <height>16777215</height>
         </size>
        </property>
        <widget class="QPushButton" name="btDel">
         <property name="geometry">
          <rect>
           <x>10</x>
           <y>110</y>
           <width>93</width>
           <height>31</height>
          </rect>
         </property>
         <property name="text">
          <string>delete</string>
         </property>
        </widget>
        <widget class="QPushButton" name="btDelWord">
         <property name="geometry">
          <rect>
           <x>10</x>
           <y>150</y>
           <width>93</width>
           <height>31</height>
          </rect>
         </property>
         <property name="text">
          <string>del word</string>
         </property>
        </widget>
        <widget class="QPushButton" name="btDown">
         <property name="geometry">
          <rect>
           <x>10</x>
           <y>50</y>
           <width>93</width>
           <height>31</height>
          </rect>
         </property>
         <property name="text">
          <string>down</string>
         </property>
        </widget>
        <widget class="QPushButton" name="btUp">
         <property name="geometry">
          <rect>
           <x>10</x>
           <y>10</y>
           <width>93</width>
           <height>31</height>
          </rect>
         </property>
         <property name="text">
          <string>up</string>
         </property>
        </widget>
       </widget>
      </item>
     </layout>
    </widget>
   </item>
   <item>
    <widget class="QWidget" name="widget_3" native="true">
     <property name="minimumSize">
      <size>
       <width>0</width>
       <height>51</height>
      </size>
     </property>
     <property name="maximumSize">
      <size>
       <width>16777215</width>
       <height>51</height>
      </size>
     </property>
     <widget class="QPushButton" name="btOk">
      <property name="geometry">
       <rect>
        <x>10</x>
        <y>10</y>
        <width>61</width>
        <height>31</height>
       </rect>
      </property>
      <property name="text">
       <string>ok</string>
      </property>
     </widget>
     <widget class="QPushButton" name="btStorno">
      <property name="geometry">
       <rect>
        <x>80</x>
        <y>10</y>
        <width>61</width>
        <height>31</height>
       </rect>
      </property>
      <property name="text">
       <string>storno</string>
      </property>
     </widget>
    </widget>
   </item>
  </layout>
 </widget>
 <layoutdefault spacing="0" margin="0"/>
 <resources/>
 <connections/>
</ui>