historywindow.ui
author insilmaril
Fri, 29 Dec 2006 13:52:18 +0000
changeset 415 4910fdf27142
parent 377 5391ab620c95
child 490 a6499713d8ae
permissions -rw-r--r--
Removed some FIXMEs. Added translations
     1 <ui version="4.0" >
     2  <author></author>
     3  <comment></comment>
     4  <exportmacro></exportmacro>
     5  <class>HistoryWindow</class>
     6  <widget class="QDialog" name="HistoryWindow" >
     7   <property name="geometry" >
     8    <rect>
     9     <x>0</x>
    10     <y>0</y>
    11     <width>1160</width>
    12     <height>340</height>
    13    </rect>
    14   </property>
    15   <property name="windowTitle" >
    16    <string>Dialog</string>
    17   </property>
    18   <layout class="QGridLayout" >
    19    <property name="margin" >
    20     <number>9</number>
    21    </property>
    22    <property name="spacing" >
    23     <number>6</number>
    24    </property>
    25    <item row="0" column="0" >
    26     <spacer>
    27      <property name="orientation" >
    28       <enum>Qt::Vertical</enum>
    29      </property>
    30      <property name="sizeHint" >
    31       <size>
    32        <width>20</width>
    33        <height>40</height>
    34       </size>
    35      </property>
    36     </spacer>
    37    </item>
    38    <item row="2" column="0" >
    39     <widget class="QPushButton" name="redoButton" >
    40      <property name="text" >
    41       <string>Redo</string>
    42      </property>
    43     </widget>
    44    </item>
    45    <item row="3" column="0" >
    46     <spacer>
    47      <property name="orientation" >
    48       <enum>Qt::Vertical</enum>
    49      </property>
    50      <property name="sizeHint" >
    51       <size>
    52        <width>20</width>
    53        <height>61</height>
    54       </size>
    55      </property>
    56     </spacer>
    57    </item>
    58    <item rowspan="4" row="0" column="1" >
    59     <widget class="QTableWidget" name="historyTable" >
    60      <row>
    61       <property name="text" >
    62        <string>New Row</string>
    63       </property>
    64      </row>
    65      <column>
    66       <property name="text" >
    67        <string>Time</string>
    68       </property>
    69      </column>
    70      <column>
    71       <property name="text" >
    72        <string>Comment</string>
    73       </property>
    74      </column>
    75     </widget>
    76    </item>
    77    <item row="1" column="0" >
    78     <widget class="QPushButton" name="undoButton" >
    79      <property name="text" >
    80       <string>Undo</string>
    81      </property>
    82     </widget>
    83    </item>
    84    <item row="4" column="0" colspan="2" >
    85     <layout class="QHBoxLayout" >
    86      <property name="margin" >
    87       <number>0</number>
    88      </property>
    89      <property name="spacing" >
    90       <number>6</number>
    91      </property>
    92      <item>
    93       <spacer>
    94        <property name="orientation" >
    95         <enum>Qt::Horizontal</enum>
    96        </property>
    97        <property name="sizeHint" >
    98         <size>
    99          <width>131</width>
   100          <height>31</height>
   101         </size>
   102        </property>
   103       </spacer>
   104      </item>
   105      <item>
   106       <widget class="QPushButton" name="closeButton" >
   107        <property name="text" >
   108         <string>Close</string>
   109        </property>
   110       </widget>
   111      </item>
   112     </layout>
   113    </item>
   114   </layout>
   115  </widget>
   116  <pixmapfunction></pixmapfunction>
   117  <resources/>
   118  <connections>
   119   <connection>
   120    <sender>closeButton</sender>
   121    <signal>clicked()</signal>
   122    <receiver>HistoryWindow</receiver>
   123    <slot>close()</slot>
   124    <hints>
   125     <hint type="sourcelabel" >
   126      <x>369</x>
   127      <y>253</y>
   128     </hint>
   129     <hint type="destinationlabel" >
   130      <x>179</x>
   131      <y>282</y>
   132     </hint>
   133    </hints>
   134   </connection>
   135  </connections>
   136 </ui>