2006-03-24 15:59:11 +00:00
|
|
|
<ui version="4.0" >
|
|
|
|
<class>BranchesUi</class>
|
|
|
|
<widget class="QWidget" name="BranchesUi" >
|
|
|
|
<property name="geometry" >
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2006-05-04 07:31:46 +00:00
|
|
|
<width>401</width>
|
2009-07-09 09:48:34 +00:00
|
|
|
<height>327</height>
|
2006-03-24 15:59:11 +00:00
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle" >
|
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
<layout class="QGridLayout" >
|
|
|
|
<property name="margin" >
|
2006-05-04 07:31:46 +00:00
|
|
|
<number>9</number>
|
2006-03-24 15:59:11 +00:00
|
|
|
</property>
|
|
|
|
<property name="spacing" >
|
|
|
|
<number>6</number>
|
|
|
|
</property>
|
2009-07-09 09:48:34 +00:00
|
|
|
<item row="7" column="2" colspan="2" >
|
|
|
|
<widget class="QPushButton" name="unknownPB" >
|
|
|
|
<property name="toolTip" >
|
|
|
|
<string>Show undefined branches used in this document.</string>
|
|
|
|
</property>
|
|
|
|
<property name="text" >
|
|
|
|
<string>&Undefined Branches</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2006-05-04 07:31:46 +00:00
|
|
|
</item>
|
2009-07-09 09:48:34 +00:00
|
|
|
<item row="4" column="3" >
|
2006-05-04 07:31:46 +00:00
|
|
|
<spacer>
|
|
|
|
<property name="orientation" >
|
|
|
|
<enum>Qt::Vertical</enum>
|
2006-03-24 15:59:11 +00:00
|
|
|
</property>
|
2006-05-04 07:31:46 +00:00
|
|
|
<property name="sizeType" >
|
|
|
|
<enum>QSizePolicy::Expanding</enum>
|
2006-03-24 15:59:11 +00:00
|
|
|
</property>
|
2006-05-04 07:31:46 +00:00
|
|
|
<property name="sizeHint" >
|
|
|
|
<size>
|
|
|
|
<width>20</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
2006-03-24 15:59:11 +00:00
|
|
|
</item>
|
2009-07-09 09:48:34 +00:00
|
|
|
<item row="7" column="0" colspan="2" >
|
|
|
|
<spacer>
|
|
|
|
<property name="orientation" >
|
|
|
|
<enum>Qt::Horizontal</enum>
|
2006-03-24 15:59:11 +00:00
|
|
|
</property>
|
2009-07-09 09:48:34 +00:00
|
|
|
<property name="sizeHint" >
|
|
|
|
<size>
|
|
|
|
<width>251</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
2006-03-24 15:59:11 +00:00
|
|
|
</property>
|
2009-07-09 09:48:34 +00:00
|
|
|
</spacer>
|
2006-03-24 15:59:11 +00:00
|
|
|
</item>
|
2009-07-09 09:48:34 +00:00
|
|
|
<item row="1" column="0" colspan="3" >
|
2006-05-04 07:31:46 +00:00
|
|
|
<widget class="QLabel" name="availableLB" >
|
|
|
|
<property name="text" >
|
|
|
|
<string>A&vailable Branches:</string>
|
|
|
|
</property>
|
|
|
|
<property name="buddy" >
|
|
|
|
<cstring>branchesTW</cstring>
|
2006-03-24 15:59:11 +00:00
|
|
|
</property>
|
2006-05-04 07:31:46 +00:00
|
|
|
</widget>
|
|
|
|
</item>
|
2009-07-09 09:48:34 +00:00
|
|
|
<item row="2" column="3" >
|
2006-03-24 15:59:11 +00:00
|
|
|
<widget class="QPushButton" name="removePB" >
|
|
|
|
<property name="toolTip" >
|
|
|
|
<string>Remove the selected branch</string>
|
|
|
|
</property>
|
|
|
|
<property name="text" >
|
|
|
|
<string>&Remove</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2009-07-09 09:48:34 +00:00
|
|
|
<item row="5" column="3" >
|
2006-05-04 07:31:46 +00:00
|
|
|
<widget class="QPushButton" name="activatePB" >
|
|
|
|
<property name="toolTip" >
|
|
|
|
<string>Toggle the selected branch</string>
|
2006-03-24 15:59:11 +00:00
|
|
|
</property>
|
2006-05-04 07:31:46 +00:00
|
|
|
<property name="text" >
|
|
|
|
<string>(&De)activate</string>
|
2006-03-24 15:59:11 +00:00
|
|
|
</property>
|
2006-05-04 07:31:46 +00:00
|
|
|
</widget>
|
2006-03-24 15:59:11 +00:00
|
|
|
</item>
|
2009-07-09 09:48:34 +00:00
|
|
|
<item row="3" column="3" >
|
2006-05-04 07:31:46 +00:00
|
|
|
<widget class="QPushButton" name="colorPB" >
|
|
|
|
<property name="toolTip" >
|
|
|
|
<string>Define or change background color</string>
|
2006-03-24 15:59:11 +00:00
|
|
|
</property>
|
2006-05-04 07:31:46 +00:00
|
|
|
<property name="text" >
|
|
|
|
<string>Alter Co&lor...</string>
|
2006-03-24 15:59:11 +00:00
|
|
|
</property>
|
2006-05-04 07:31:46 +00:00
|
|
|
</widget>
|
2006-03-24 15:59:11 +00:00
|
|
|
</item>
|
2009-07-09 09:48:34 +00:00
|
|
|
<item rowspan="5" row="2" column="0" colspan="3" >
|
|
|
|
<widget class="QTreeWidget" name="branchesTW" />
|
|
|
|
</item>
|
|
|
|
<item row="0" column="0" >
|
|
|
|
<widget class="QLabel" name="newBranchLA" >
|
|
|
|
<property name="text" >
|
|
|
|
<string>&New:</string>
|
|
|
|
</property>
|
|
|
|
<property name="buddy" >
|
|
|
|
<cstring>newBranchLE</cstring>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="3" >
|
|
|
|
<widget class="QPushButton" name="addBranchPB" >
|
|
|
|
<property name="toolTip" >
|
|
|
|
<string>Add a new branch to the list</string>
|
|
|
|
</property>
|
|
|
|
<property name="text" >
|
|
|
|
<string>&Add</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="1" colspan="2" >
|
|
|
|
<widget class="QLineEdit" name="newBranchLE" />
|
|
|
|
</item>
|
2006-03-24 15:59:11 +00:00
|
|
|
</layout>
|
|
|
|
</widget>
|
2006-11-07 17:56:32 +00:00
|
|
|
<includes>
|
2008-04-20 16:32:40 +00:00
|
|
|
<include location="local" >qt_i18n.h</include>
|
2006-11-07 17:56:32 +00:00
|
|
|
</includes>
|
2006-03-24 15:59:11 +00:00
|
|
|
<resources/>
|
|
|
|
<connections/>
|
2006-03-05 17:24:44 +00:00
|
|
|
</ui>
|