2018-07-08 16:35:38 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
2007-08-31 05:53:55 +00:00
|
|
|
<class>ChangesUi</class>
|
2018-07-08 16:35:38 +02:00
|
|
|
<widget class="QDialog" name="ChangesUi">
|
|
|
|
<property name="geometry">
|
2006-03-24 15:59:11 +00:00
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2018-07-08 16:35:38 +02:00
|
|
|
<width>355</width>
|
2006-05-04 07:31:46 +00:00
|
|
|
<height>264</height>
|
2006-03-24 15:59:11 +00:00
|
|
|
</rect>
|
|
|
|
</property>
|
2018-07-08 16:35:38 +02:00
|
|
|
<property name="windowTitle">
|
2006-03-24 15:59:11 +00:00
|
|
|
<string/>
|
|
|
|
</property>
|
2018-07-08 16:35:38 +02:00
|
|
|
<property name="sizeGripEnabled">
|
2006-03-24 15:59:11 +00:00
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
2018-07-08 16:35:38 +02:00
|
|
|
<layout class="QGridLayout">
|
|
|
|
<property name="leftMargin">
|
2006-05-04 07:31:46 +00:00
|
|
|
<number>9</number>
|
2006-03-24 15:59:11 +00:00
|
|
|
</property>
|
2018-07-08 16:35:38 +02:00
|
|
|
<property name="topMargin">
|
|
|
|
<number>9</number>
|
|
|
|
</property>
|
|
|
|
<property name="rightMargin">
|
|
|
|
<number>9</number>
|
|
|
|
</property>
|
|
|
|
<property name="bottomMargin">
|
|
|
|
<number>9</number>
|
|
|
|
</property>
|
|
|
|
<property name="spacing">
|
2006-03-24 15:59:11 +00:00
|
|
|
<number>6</number>
|
|
|
|
</property>
|
2018-07-08 16:35:38 +02:00
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QLabel" name="changeLA">
|
|
|
|
<property name="text">
|
2006-05-04 07:31:46 +00:00
|
|
|
<string>Change:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2018-07-08 16:35:38 +02:00
|
|
|
<item row="1" column="0">
|
|
|
|
<widget class="QTextBrowser" name="changeTB"/>
|
2006-05-04 07:31:46 +00:00
|
|
|
</item>
|
2018-07-08 16:35:38 +02:00
|
|
|
<item row="3" column="0">
|
|
|
|
<layout class="QHBoxLayout">
|
|
|
|
<property name="spacing">
|
|
|
|
<number>6</number>
|
|
|
|
</property>
|
|
|
|
<property name="leftMargin">
|
2006-03-24 15:59:11 +00:00
|
|
|
<number>0</number>
|
|
|
|
</property>
|
2018-07-08 16:35:38 +02:00
|
|
|
<property name="topMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="rightMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="bottomMargin">
|
|
|
|
<number>0</number>
|
2006-03-24 15:59:11 +00:00
|
|
|
</property>
|
2009-04-05 19:15:52 +00:00
|
|
|
<item>
|
2018-07-08 16:35:38 +02:00
|
|
|
<widget class="QPushButton" name="previousPB">
|
|
|
|
<property name="toolTip">
|
2009-04-05 19:15:52 +00:00
|
|
|
<string>Go to previous change</string>
|
|
|
|
</property>
|
2018-07-08 16:35:38 +02:00
|
|
|
<property name="text">
|
2009-04-05 19:15:52 +00:00
|
|
|
<string>&Previous change</string>
|
|
|
|
</property>
|
2018-07-08 16:35:38 +02:00
|
|
|
<property name="default">
|
2009-04-05 19:15:52 +00:00
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2006-03-24 15:59:11 +00:00
|
|
|
<item>
|
2018-07-08 16:35:38 +02:00
|
|
|
<widget class="QPushButton" name="nextPB">
|
|
|
|
<property name="toolTip">
|
2006-05-04 07:31:46 +00:00
|
|
|
<string>Go to next change</string>
|
|
|
|
</property>
|
2018-07-08 16:35:38 +02:00
|
|
|
<property name="text">
|
2006-05-04 07:31:46 +00:00
|
|
|
<string>&Next change</string>
|
|
|
|
</property>
|
2018-07-08 16:35:38 +02:00
|
|
|
<property name="default">
|
2006-05-04 07:31:46 +00:00
|
|
|
<bool>true</bool>
|
2006-03-24 15:59:11 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2018-07-08 16:35:38 +02:00
|
|
|
<item>
|
|
|
|
<widget class="QDialogButtonBox" name="buttonBox">
|
|
|
|
<property name="standardButtons">
|
|
|
|
<set>QDialogButtonBox::Cancel</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2006-03-24 15:59:11 +00:00
|
|
|
<item>
|
2006-05-04 07:31:46 +00:00
|
|
|
<spacer>
|
2018-07-08 16:35:38 +02:00
|
|
|
<property name="orientation">
|
2006-05-04 07:31:46 +00:00
|
|
|
<enum>Qt::Horizontal</enum>
|
2006-03-24 15:59:11 +00:00
|
|
|
</property>
|
2018-07-08 16:35:38 +02:00
|
|
|
<property name="sizeType">
|
2006-05-04 07:31:46 +00:00
|
|
|
<enum>QSizePolicy::Expanding</enum>
|
|
|
|
</property>
|
2018-07-08 16:35:38 +02:00
|
|
|
<property name="sizeHint" stdset="0">
|
2006-05-04 07:31:46 +00:00
|
|
|
<size>
|
|
|
|
<width>20</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
2006-03-05 17:24:44 +00:00
|
|
|
</layout>
|
2006-03-24 15:59:11 +00:00
|
|
|
</item>
|
2018-07-08 16:35:38 +02:00
|
|
|
<item row="2" column="0">
|
|
|
|
<layout class="QHBoxLayout">
|
|
|
|
<property name="spacing">
|
|
|
|
<number>6</number>
|
|
|
|
</property>
|
|
|
|
<property name="leftMargin">
|
2006-03-24 15:59:11 +00:00
|
|
|
<number>0</number>
|
|
|
|
</property>
|
2018-07-08 16:35:38 +02:00
|
|
|
<property name="topMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="rightMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="bottomMargin">
|
|
|
|
<number>0</number>
|
2006-03-24 15:59:11 +00:00
|
|
|
</property>
|
|
|
|
<item>
|
2018-07-08 16:35:38 +02:00
|
|
|
<widget class="QPushButton" name="acceptPB">
|
|
|
|
<property name="toolTip">
|
2006-03-24 15:59:11 +00:00
|
|
|
<string>Accept this change</string>
|
|
|
|
</property>
|
2018-07-08 16:35:38 +02:00
|
|
|
<property name="text">
|
2006-03-24 15:59:11 +00:00
|
|
|
<string>&Accept</string>
|
|
|
|
</property>
|
2018-07-08 16:35:38 +02:00
|
|
|
<property name="autoDefault">
|
2006-03-24 15:59:11 +00:00
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2018-07-08 16:35:38 +02:00
|
|
|
<widget class="QPushButton" name="rejectPB">
|
|
|
|
<property name="toolTip">
|
2006-03-24 15:59:11 +00:00
|
|
|
<string>Reject this change</string>
|
|
|
|
</property>
|
2018-07-08 16:35:38 +02:00
|
|
|
<property name="text">
|
2006-03-24 15:59:11 +00:00
|
|
|
<string>&Reject</string>
|
|
|
|
</property>
|
2018-07-08 16:35:38 +02:00
|
|
|
<property name="autoDefault">
|
2006-03-24 15:59:11 +00:00
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<spacer>
|
2018-07-08 16:35:38 +02:00
|
|
|
<property name="orientation">
|
2006-03-24 15:59:11 +00:00
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
2018-07-08 16:35:38 +02:00
|
|
|
<property name="sizeType">
|
2006-03-24 15:59:11 +00:00
|
|
|
<enum>QSizePolicy::Expanding</enum>
|
|
|
|
</property>
|
2018-07-08 16:35:38 +02:00
|
|
|
<property name="sizeHint" stdset="0">
|
2006-03-24 15:59:11 +00:00
|
|
|
<size>
|
|
|
|
<width>20</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<tabstops>
|
2006-08-31 13:46:28 +00:00
|
|
|
<tabstop>changeTB</tabstop>
|
2006-03-24 15:59:11 +00:00
|
|
|
<tabstop>acceptPB</tabstop>
|
|
|
|
<tabstop>rejectPB</tabstop>
|
|
|
|
<tabstop>nextPB</tabstop>
|
|
|
|
</tabstops>
|
2018-07-08 16:35:38 +02:00
|
|
|
<includes>
|
|
|
|
<include location="local">qt_i18n.h</include>
|
|
|
|
</includes>
|
2006-03-24 15:59:11 +00:00
|
|
|
<resources/>
|
|
|
|
<connections/>
|
2006-03-05 17:24:44 +00:00
|
|
|
</ui>
|