historywindow.ui
changeset 377 5391ab620c95
child 490 a6499713d8ae
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/historywindow.ui	Wed Sep 06 12:47:06 2006 +0000
     1.3 @@ -0,0 +1,136 @@
     1.4 +<ui version="4.0" >
     1.5 + <author></author>
     1.6 + <comment></comment>
     1.7 + <exportmacro></exportmacro>
     1.8 + <class>HistoryWindow</class>
     1.9 + <widget class="QDialog" name="HistoryWindow" >
    1.10 +  <property name="geometry" >
    1.11 +   <rect>
    1.12 +    <x>0</x>
    1.13 +    <y>0</y>
    1.14 +    <width>1160</width>
    1.15 +    <height>340</height>
    1.16 +   </rect>
    1.17 +  </property>
    1.18 +  <property name="windowTitle" >
    1.19 +   <string>Dialog</string>
    1.20 +  </property>
    1.21 +  <layout class="QGridLayout" >
    1.22 +   <property name="margin" >
    1.23 +    <number>9</number>
    1.24 +   </property>
    1.25 +   <property name="spacing" >
    1.26 +    <number>6</number>
    1.27 +   </property>
    1.28 +   <item row="0" column="0" >
    1.29 +    <spacer>
    1.30 +     <property name="orientation" >
    1.31 +      <enum>Qt::Vertical</enum>
    1.32 +     </property>
    1.33 +     <property name="sizeHint" >
    1.34 +      <size>
    1.35 +       <width>20</width>
    1.36 +       <height>40</height>
    1.37 +      </size>
    1.38 +     </property>
    1.39 +    </spacer>
    1.40 +   </item>
    1.41 +   <item row="2" column="0" >
    1.42 +    <widget class="QPushButton" name="redoButton" >
    1.43 +     <property name="text" >
    1.44 +      <string>Redo</string>
    1.45 +     </property>
    1.46 +    </widget>
    1.47 +   </item>
    1.48 +   <item row="3" column="0" >
    1.49 +    <spacer>
    1.50 +     <property name="orientation" >
    1.51 +      <enum>Qt::Vertical</enum>
    1.52 +     </property>
    1.53 +     <property name="sizeHint" >
    1.54 +      <size>
    1.55 +       <width>20</width>
    1.56 +       <height>61</height>
    1.57 +      </size>
    1.58 +     </property>
    1.59 +    </spacer>
    1.60 +   </item>
    1.61 +   <item rowspan="4" row="0" column="1" >
    1.62 +    <widget class="QTableWidget" name="historyTable" >
    1.63 +     <row>
    1.64 +      <property name="text" >
    1.65 +       <string>New Row</string>
    1.66 +      </property>
    1.67 +     </row>
    1.68 +     <column>
    1.69 +      <property name="text" >
    1.70 +       <string>Time</string>
    1.71 +      </property>
    1.72 +     </column>
    1.73 +     <column>
    1.74 +      <property name="text" >
    1.75 +       <string>Comment</string>
    1.76 +      </property>
    1.77 +     </column>
    1.78 +    </widget>
    1.79 +   </item>
    1.80 +   <item row="1" column="0" >
    1.81 +    <widget class="QPushButton" name="undoButton" >
    1.82 +     <property name="text" >
    1.83 +      <string>Undo</string>
    1.84 +     </property>
    1.85 +    </widget>
    1.86 +   </item>
    1.87 +   <item row="4" column="0" colspan="2" >
    1.88 +    <layout class="QHBoxLayout" >
    1.89 +     <property name="margin" >
    1.90 +      <number>0</number>
    1.91 +     </property>
    1.92 +     <property name="spacing" >
    1.93 +      <number>6</number>
    1.94 +     </property>
    1.95 +     <item>
    1.96 +      <spacer>
    1.97 +       <property name="orientation" >
    1.98 +        <enum>Qt::Horizontal</enum>
    1.99 +       </property>
   1.100 +       <property name="sizeHint" >
   1.101 +        <size>
   1.102 +         <width>131</width>
   1.103 +         <height>31</height>
   1.104 +        </size>
   1.105 +       </property>
   1.106 +      </spacer>
   1.107 +     </item>
   1.108 +     <item>
   1.109 +      <widget class="QPushButton" name="closeButton" >
   1.110 +       <property name="text" >
   1.111 +        <string>Close</string>
   1.112 +       </property>
   1.113 +      </widget>
   1.114 +     </item>
   1.115 +    </layout>
   1.116 +   </item>
   1.117 +  </layout>
   1.118 + </widget>
   1.119 + <pixmapfunction></pixmapfunction>
   1.120 + <resources/>
   1.121 + <connections>
   1.122 +  <connection>
   1.123 +   <sender>closeButton</sender>
   1.124 +   <signal>clicked()</signal>
   1.125 +   <receiver>HistoryWindow</receiver>
   1.126 +   <slot>close()</slot>
   1.127 +   <hints>
   1.128 +    <hint type="sourcelabel" >
   1.129 +     <x>369</x>
   1.130 +     <y>253</y>
   1.131 +    </hint>
   1.132 +    <hint type="destinationlabel" >
   1.133 +     <x>179</x>
   1.134 +     <y>282</y>
   1.135 +    </hint>
   1.136 +   </hints>
   1.137 +  </connection>
   1.138 + </connections>
   1.139 +</ui>