Fri, 04 Jul 2014 19:59:05 +0200
Closed the PyQt4 only branch to give it a new name.
<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>VcsCommandOptionsDialog</class> <widget class="QDialog" name="VcsCommandOptionsDialog"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>531</width> <height>413</height> </rect> </property> <property name="windowTitle"> <string>VCS Command Options</string> </property> <property name="whatsThis"> <string><b>VCS Command Options Dialog</b> <p>Enter the options for the different VCS commands. The "Global Options" entry applies to all VCS commands.</p></string> </property> <property name="sizeGripEnabled"> <bool>true</bool> </property> <layout class="QVBoxLayout"> <item> <layout class="QGridLayout"> <item row="8" column="0"> <widget class="QLabel" name="historyLabel"> <property name="text"> <string>&History Options:</string> </property> <property name="buddy"> <cstring>historyEdit</cstring> </property> </widget> </item> <item row="4" column="0"> <widget class="QLabel" name="addLabel"> <property name="text"> <string>&Add Options:</string> </property> <property name="buddy"> <cstring>addEdit</cstring> </property> </widget> </item> <item row="5" column="0"> <widget class="QLabel" name="removeLabel"> <property name="text"> <string>&Remove Options:</string> </property> <property name="buddy"> <cstring>removeEdit</cstring> </property> </widget> </item> <item row="10" column="0"> <widget class="QLabel" name="tagLabel"> <property name="text"> <string>&Tag Options:</string> </property> <property name="buddy"> <cstring>tagEdit</cstring> </property> </widget> </item> <item row="1" column="1"> <widget class="QLineEdit" name="commitEdit"> <property name="toolTip"> <string>Enter the options for the commit command.</string> </property> <property name="whatsThis"> <string><b>Commit Options</b> <p>Enter the options for the commit command.</p></string> </property> </widget> </item> <item row="8" column="1"> <widget class="QLineEdit" name="historyEdit"> <property name="toolTip"> <string>Enter the options for the history command.</string> </property> <property name="whatsThis"> <string><b>History Options</b> <p>Enter the options for the history command.</p></string> </property> </widget> </item> <item row="6" column="1"> <widget class="QLineEdit" name="diffEdit"> <property name="toolTip"> <string>Enter the options for the diff command.</string> </property> <property name="whatsThis"> <string><b>Diff Options</b> <p>Enter the options for the diff command.</p></string> </property> </widget> </item> <item row="3" column="1"> <widget class="QLineEdit" name="updateEdit"> <property name="toolTip"> <string>Enter the options for the update command.</string> </property> <property name="whatsThis"> <string><b>Update Options</b> <p>Enter the options for the update command.</p></string> </property> </widget> </item> <item row="7" column="1"> <widget class="QLineEdit" name="logEdit"> <property name="toolTip"> <string>Enter the options for the log command.</string> </property> <property name="whatsThis"> <string><b>Log Options</b> <p>Enter the options for the log command.</p></string> </property> </widget> </item> <item row="10" column="1"> <widget class="QLineEdit" name="tagEdit"> <property name="toolTip"> <string>Enter the options for the tag command.</string> </property> <property name="whatsThis"> <string><b>Tag Options</b> <p>Enter the options for the tag command.</p></string> </property> </widget> </item> <item row="9" column="1"> <widget class="QLineEdit" name="statusEdit"> <property name="toolTip"> <string>Enter the options for the status command.</string> </property> <property name="whatsThis"> <string><b>Status Options</b> <p>Enter the options for the status command.</p></string> </property> </widget> </item> <item row="6" column="0"> <widget class="QLabel" name="diffLabel"> <property name="text"> <string>&Diff Options:</string> </property> <property name="buddy"> <cstring>diffEdit</cstring> </property> </widget> </item> <item row="0" column="0"> <widget class="QLabel" name="globalLabel"> <property name="text"> <string>&Global Options:</string> </property> <property name="buddy"> <cstring>globalEdit</cstring> </property> </widget> </item> <item row="11" column="1"> <widget class="QLineEdit" name="exportEdit"> <property name="toolTip"> <string>Enter the options for the export command.</string> </property> <property name="whatsThis"> <string><b>Export Options</b> <p>Enter the options for the export command.</p></string> </property> </widget> </item> <item row="4" column="1"> <widget class="QLineEdit" name="addEdit"> <property name="toolTip"> <string>Enter the options for the add command.</string> </property> <property name="whatsThis"> <string><b>Add Options</b> <p>Enter the options for the add command.</p></string> </property> </widget> </item> <item row="7" column="0"> <widget class="QLabel" name="logLabel"> <property name="text"> <string>&Log Options:</string> </property> <property name="buddy"> <cstring>logEdit</cstring> </property> </widget> </item> <item row="9" column="0"> <widget class="QLabel" name="statusLabel"> <property name="text"> <string>&StatusOptions:</string> </property> <property name="buddy"> <cstring>statusEdit</cstring> </property> </widget> </item> <item row="5" column="1"> <widget class="QLineEdit" name="removeEdit"> <property name="toolTip"> <string>Enter the options for the remove command.</string> </property> <property name="whatsThis"> <string><b>Remove Options</b> <p>Enter the options for the remove command.</p></string> </property> </widget> </item> <item row="2" column="1"> <widget class="QLineEdit" name="checkoutEdit"> <property name="toolTip"> <string>Enter the options for the checkout command.</string> </property> <property name="whatsThis"> <string><b>Checkout Options</b> <p>Enter the options for the checkout command.</p></string> </property> </widget> </item> <item row="1" column="0"> <widget class="QLabel" name="commitLabel"> <property name="text"> <string>Co&mmit Options:</string> </property> <property name="buddy"> <cstring>commitEdit</cstring> </property> </widget> </item> <item row="11" column="0"> <widget class="QLabel" name="exportLabel"> <property name="text"> <string>&Export Options:</string> </property> <property name="buddy"> <cstring>exportEdit</cstring> </property> </widget> </item> <item row="2" column="0"> <widget class="QLabel" name="checkoutLabel"> <property name="text"> <string>Check&out Options:</string> </property> <property name="buddy"> <cstring>checkoutEdit</cstring> </property> </widget> </item> <item row="3" column="0"> <widget class="QLabel" name="updateLabel"> <property name="text"> <string>&Update Options:</string> </property> <property name="buddy"> <cstring>updateEdit</cstring> </property> </widget> </item> <item row="0" column="1"> <widget class="QLineEdit" name="globalEdit"> <property name="toolTip"> <string>Enter the global options.</string> </property> <property name="whatsThis"> <string><b>Global Options</b> <p>Enter the global options.</p></string> </property> </widget> </item> </layout> </item> <item> <widget class="QDialogButtonBox" name="buttonBox"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="standardButtons"> <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> </property> </widget> </item> </layout> </widget> <layoutdefault spacing="6" margin="6"/> <pixmapfunction>qPixmapFromMimeSource</pixmapfunction> <tabstops> <tabstop>globalEdit</tabstop> <tabstop>commitEdit</tabstop> <tabstop>checkoutEdit</tabstop> <tabstop>updateEdit</tabstop> <tabstop>addEdit</tabstop> <tabstop>removeEdit</tabstop> <tabstop>diffEdit</tabstop> <tabstop>logEdit</tabstop> <tabstop>historyEdit</tabstop> <tabstop>statusEdit</tabstop> <tabstop>tagEdit</tabstop> <tabstop>exportEdit</tabstop> </tabstops> <resources/> <connections> <connection> <sender>buttonBox</sender> <signal>accepted()</signal> <receiver>VcsCommandOptionsDialog</receiver> <slot>accept()</slot> <hints> <hint type="sourcelabel"> <x>120</x> <y>390</y> </hint> <hint type="destinationlabel"> <x>120</x> <y>411</y> </hint> </hints> </connection> <connection> <sender>buttonBox</sender> <signal>rejected()</signal> <receiver>VcsCommandOptionsDialog</receiver> <slot>reject()</slot> <hints> <hint type="sourcelabel"> <x>191</x> <y>390</y> </hint> <hint type="destinationlabel"> <x>193</x> <y>410</y> </hint> </hints> </connection> </connections> </ui>