1.1 --- a/branchpropwindow.cpp Tue Apr 08 08:28:37 2008 +0000
1.2 +++ b/branchpropwindow.cpp Wed Apr 09 07:14:13 2008 +0000
1.3 @@ -44,6 +44,9 @@
1.4 else
1.5 hide();
1.6
1.7 + // FIXME for now remove attribute tab
1.8 + ui.tabWidget->removeTab (3);
1.9 +
1.10 }
1.11
1.12 BranchPropertyWindow::~BranchPropertyWindow ()
2.1 --- a/branchpropwindow.ui Tue Apr 08 08:28:37 2008 +0000
2.2 +++ b/branchpropwindow.ui Wed Apr 09 07:14:13 2008 +0000
2.3 @@ -5,8 +5,8 @@
2.4 <rect>
2.5 <x>0</x>
2.6 <y>0</y>
2.7 - <width>341</width>
2.8 - <height>326</height>
2.9 + <width>398</width>
2.10 + <height>350</height>
2.11 </rect>
2.12 </property>
2.13 <property name="sizePolicy" >
2.14 @@ -314,6 +314,52 @@
2.15 <item>
2.16 <widget class="QTableView" name="attributeTableView" />
2.17 </item>
2.18 + <item>
2.19 + <layout class="QHBoxLayout" >
2.20 + <property name="spacing" >
2.21 + <number>6</number>
2.22 + </property>
2.23 + <property name="leftMargin" >
2.24 + <number>0</number>
2.25 + </property>
2.26 + <property name="topMargin" >
2.27 + <number>0</number>
2.28 + </property>
2.29 + <property name="rightMargin" >
2.30 + <number>0</number>
2.31 + </property>
2.32 + <property name="bottomMargin" >
2.33 + <number>0</number>
2.34 + </property>
2.35 + <item>
2.36 + <widget class="QPushButton" name="addAttributeButton" >
2.37 + <property name="text" >
2.38 + <string>+</string>
2.39 + </property>
2.40 + </widget>
2.41 + </item>
2.42 + <item>
2.43 + <widget class="QPushButton" name="deleteAttributeButton" >
2.44 + <property name="text" >
2.45 + <string>-</string>
2.46 + </property>
2.47 + </widget>
2.48 + </item>
2.49 + <item>
2.50 + <spacer>
2.51 + <property name="orientation" >
2.52 + <enum>Qt::Horizontal</enum>
2.53 + </property>
2.54 + <property name="sizeHint" >
2.55 + <size>
2.56 + <width>41</width>
2.57 + <height>31</height>
2.58 + </size>
2.59 + </property>
2.60 + </spacer>
2.61 + </item>
2.62 + </layout>
2.63 + </item>
2.64 </layout>
2.65 </widget>
2.66 </widget>
2.67 @@ -349,20 +395,6 @@
2.68 <number>0</number>
2.69 </property>
2.70 <item>
2.71 - <widget class="QPushButton" name="addAttributeButton" >
2.72 - <property name="text" >
2.73 - <string>+</string>
2.74 - </property>
2.75 - </widget>
2.76 - </item>
2.77 - <item>
2.78 - <widget class="QPushButton" name="deleteAttributeButton" >
2.79 - <property name="text" >
2.80 - <string>-</string>
2.81 - </property>
2.82 - </widget>
2.83 - </item>
2.84 - <item>
2.85 <spacer>
2.86 <property name="orientation" >
2.87 <enum>Qt::Horizontal</enum>