attributedialog.ui
author insilmaril
Mon, 07 Jan 2008 14:52:49 +0000
changeset 638 3436b8eb3d9b
parent 627 513107d1ed59
permissions -rw-r--r--
Included french in vym.pro
     1 <ui version="4.0" >
     2  <class>AttributeDialog</class>
     3  <widget class="QDialog" name="AttributeDialog" >
     4   <property name="geometry" >
     5    <rect>
     6     <x>0</x>
     7     <y>0</y>
     8     <width>468</width>
     9     <height>75</height>
    10    </rect>
    11   </property>
    12   <property name="sizePolicy" >
    13    <sizepolicy vsizetype="Preferred" hsizetype="Minimum" >
    14     <horstretch>0</horstretch>
    15     <verstretch>0</verstretch>
    16    </sizepolicy>
    17   </property>
    18   <property name="windowTitle" >
    19    <string>Attributes</string>
    20   </property>
    21   <layout class="QVBoxLayout" >
    22    <item>
    23     <widget class="QLineEdit" name="dummyLineEdit" />
    24    </item>
    25    <item>
    26     <layout class="QHBoxLayout" >
    27      <item>
    28       <widget class="QPushButton" name="addButton" >
    29        <property name="text" >
    30         <string>Add key</string>
    31        </property>
    32       </widget>
    33      </item>
    34      <item>
    35       <spacer>
    36        <property name="orientation" >
    37         <enum>Qt::Horizontal</enum>
    38        </property>
    39        <property name="sizeHint" >
    40         <size>
    41          <width>111</width>
    42          <height>20</height>
    43         </size>
    44        </property>
    45       </spacer>
    46      </item>
    47      <item>
    48       <widget class="QPushButton" name="closeButton" >
    49        <property name="text" >
    50         <string>Close</string>
    51        </property>
    52       </widget>
    53      </item>
    54     </layout>
    55    </item>
    56   </layout>
    57  </widget>
    58  <resources/>
    59  <connections/>
    60 </ui>