# HG changeset patch # User insilmaril # Date 1204128546 0 # Node ID 94cf31acc2726b3ed91feb7f10a695f92ffcad11 # Parent 234b4900dfa82104524aae64e5916fe289d0d580 autosave fix diff -r 234b4900dfa8 -r 94cf31acc272 branchpropwindow.ui --- a/branchpropwindow.ui Wed Feb 27 16:09:06 2008 +0000 +++ b/branchpropwindow.ui Wed Feb 27 16:09:06 2008 +0000 @@ -5,10 +5,16 @@ <rect> <x>0</x> <y>0</y> - <width>257</width> - <height>334</height> + <width>341</width> + <height>326</height> </rect> </property> + <property name="sizePolicy" > + <sizepolicy vsizetype="Preferred" hsizetype="Minimum" > + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> <property name="windowTitle" > <string>Branch Property Editor</string> </property> @@ -16,7 +22,7 @@ <item> <widget class="QTabWidget" name="tabWidget" > <property name="currentIndex" > - <number>0</number> + <number>3</number> </property> <widget class="QWidget" name="tab" > <attribute name="title" > @@ -300,6 +306,16 @@ </item> </layout> </widget> + <widget class="QWidget" name="tab_3" > + <attribute name="title" > + <string>Attributes</string> + </attribute> + <layout class="QVBoxLayout" > + <item> + <widget class="QTableView" name="attributeTableView" /> + </item> + </layout> + </widget> </widget> </item> <item> @@ -309,8 +325,8 @@ </property> <property name="sizeHint" > <size> - <width>20</width> - <height>71</height> + <width>323</width> + <height>16</height> </size> </property> </spacer> @@ -333,6 +349,20 @@ <number>0</number> </property> <item> + <widget class="QPushButton" name="addAttributeButton" > + <property name="text" > + <string>+</string> + </property> + </widget> + </item> + <item> + <widget class="QPushButton" name="deleteAttributeButton" > + <property name="text" > + <string>-</string> + </property> + </widget> + </item> + <item> <spacer> <property name="orientation" > <enum>Qt::Horizontal</enum>