autosave fix
authorinsilmaril
Wed, 27 Feb 2008 16:09:06 +0000
changeset 67494cf31acc272
parent 673 234b4900dfa8
child 675 e524edc45aff
autosave fix
branchpropwindow.ui
     1.1 --- a/branchpropwindow.ui	Wed Feb 27 16:09:06 2008 +0000
     1.2 +++ b/branchpropwindow.ui	Wed Feb 27 16:09:06 2008 +0000
     1.3 @@ -5,10 +5,16 @@
     1.4     <rect>
     1.5      <x>0</x>
     1.6      <y>0</y>
     1.7 -    <width>257</width>
     1.8 -    <height>334</height>
     1.9 +    <width>341</width>
    1.10 +    <height>326</height>
    1.11     </rect>
    1.12    </property>
    1.13 +  <property name="sizePolicy" >
    1.14 +   <sizepolicy vsizetype="Preferred" hsizetype="Minimum" >
    1.15 +    <horstretch>0</horstretch>
    1.16 +    <verstretch>0</verstretch>
    1.17 +   </sizepolicy>
    1.18 +  </property>
    1.19    <property name="windowTitle" >
    1.20     <string>Branch Property Editor</string>
    1.21    </property>
    1.22 @@ -16,7 +22,7 @@
    1.23     <item>
    1.24      <widget class="QTabWidget" name="tabWidget" >
    1.25       <property name="currentIndex" >
    1.26 -      <number>0</number>
    1.27 +      <number>3</number>
    1.28       </property>
    1.29       <widget class="QWidget" name="tab" >
    1.30        <attribute name="title" >
    1.31 @@ -300,6 +306,16 @@
    1.32         </item>
    1.33        </layout>
    1.34       </widget>
    1.35 +     <widget class="QWidget" name="tab_3" >
    1.36 +      <attribute name="title" >
    1.37 +       <string>Attributes</string>
    1.38 +      </attribute>
    1.39 +      <layout class="QVBoxLayout" >
    1.40 +       <item>
    1.41 +        <widget class="QTableView" name="attributeTableView" />
    1.42 +       </item>
    1.43 +      </layout>
    1.44 +     </widget>
    1.45      </widget>
    1.46     </item>
    1.47     <item>
    1.48 @@ -309,8 +325,8 @@
    1.49       </property>
    1.50       <property name="sizeHint" >
    1.51        <size>
    1.52 -       <width>20</width>
    1.53 -       <height>71</height>
    1.54 +       <width>323</width>
    1.55 +       <height>16</height>
    1.56        </size>
    1.57       </property>
    1.58      </spacer>
    1.59 @@ -333,6 +349,20 @@
    1.60        <number>0</number>
    1.61       </property>
    1.62       <item>
    1.63 +      <widget class="QPushButton" name="addAttributeButton" >
    1.64 +       <property name="text" >
    1.65 +        <string>+</string>
    1.66 +       </property>
    1.67 +      </widget>
    1.68 +     </item>
    1.69 +     <item>
    1.70 +      <widget class="QPushButton" name="deleteAttributeButton" >
    1.71 +       <property name="text" >
    1.72 +        <string>-</string>
    1.73 +       </property>
    1.74 +      </widget>
    1.75 +     </item>
    1.76 +     <item>
    1.77        <spacer>
    1.78         <property name="orientation" >
    1.79          <enum>Qt::Horizontal</enum>