vym - view your mind Code
Brought to you by:
insilmaril
<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>HistoryWindow</class> <widget class="QDialog" name="HistoryWindow"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>1160</width> <height>340</height> </rect> </property> <property name="windowTitle"> <string>Dialog</string> </property> <layout class="QGridLayout"> <property name="leftMargin"> <number>9</number> </property> <property name="topMargin"> <number>9</number> </property> <property name="rightMargin"> <number>9</number> </property> <property name="bottomMargin"> <number>9</number> </property> <property name="spacing"> <number>6</number> </property> <item row="0" column="0"> <spacer> <property name="orientation"> <enum>Qt::Vertical</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>20</width> <height>40</height> </size> </property> </spacer> </item> <item row="2" column="0"> <widget class="QPushButton" name="redoButton"> <property name="text"> <string>Redo</string> </property> </widget> </item> <item row="3" column="0"> <spacer> <property name="orientation"> <enum>Qt::Vertical</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>20</width> <height>61</height> </size> </property> </spacer> </item> <item row="0" column="1" rowspan="4"> <widget class="QTableWidget" name="historyTable"> <row/> <column> <property name="text"> <string>Time</string> </property> </column> <column> <property name="text"> <string>Comment</string> </property> </column> </widget> </item> <item row="1" column="0"> <widget class="QPushButton" name="undoButton"> <property name="text"> <string>Undo</string> </property> </widget> </item> <item row="4" column="0" colspan="2"> <layout class="QHBoxLayout"> <property name="spacing"> <number>6</number> </property> <property name="leftMargin"> <number>0</number> </property> <property name="topMargin"> <number>0</number> </property> <property name="rightMargin"> <number>0</number> </property> <property name="bottomMargin"> <number>0</number> </property> </layout> </item> </layout> </widget> <resources/> <connections/> </ui>