branchpropwindow.ui
author insilmaril
Wed, 21 Mar 2007 11:51:38 +0000
changeset 438 eae9abe70d7c
parent 421 5522d1da7e37
child 440 c6a8651e6bbc
permissions -rw-r--r--
Slightly improved scripting abilities
     1 <ui version="4.0" >
     2  <class>BranchPropertyWindow</class>
     3  <widget class="QWidget" name="BranchPropertyWindow" >
     4   <property name="geometry" >
     5    <rect>
     6     <x>0</x>
     7     <y>0</y>
     8     <width>343</width>
     9     <height>208</height>
    10    </rect>
    11   </property>
    12   <property name="windowTitle" >
    13    <string>Form</string>
    14   </property>
    15   <layout class="QVBoxLayout" >
    16    <property name="margin" >
    17     <number>9</number>
    18    </property>
    19    <property name="spacing" >
    20     <number>6</number>
    21    </property>
    22    <item>
    23     <widget class="QTabWidget" name="tabWidget" >
    24      <property name="currentIndex" >
    25       <number>0</number>
    26      </property>
    27      <widget class="QWidget" name="tab" >
    28       <attribute name="title" >
    29        <string>Frame</string>
    30       </attribute>
    31       <widget class="QComboBox" name="frameTypeCombo" >
    32        <property name="geometry" >
    33         <rect>
    34          <x>10</x>
    35          <y>10</y>
    36          <width>301</width>
    37          <height>22</height>
    38         </rect>
    39        </property>
    40        <item>
    41         <property name="text" >
    42          <string>No Frame</string>
    43         </property>
    44        </item>
    45        <item>
    46         <property name="text" >
    47          <string>Rectangle</string>
    48         </property>
    49        </item>
    50        <item>
    51         <property name="text" >
    52          <string>Ellipse</string>
    53         </property>
    54        </item>
    55       </widget>
    56      </widget>
    57      <widget class="QWidget" name="tab_2" >
    58       <attribute name="title" >
    59        <string>Link</string>
    60       </attribute>
    61       <widget class="QCheckBox" name="hideLinkIfUnselected" >
    62        <property name="geometry" >
    63         <rect>
    64          <x>20</x>
    65          <y>10</y>
    66          <width>231</width>
    67          <height>21</height>
    68         </rect>
    69        </property>
    70        <property name="text" >
    71         <string>Hide link if unselected</string>
    72        </property>
    73       </widget>
    74      </widget>
    75     </widget>
    76    </item>
    77    <item>
    78     <layout class="QHBoxLayout" >
    79      <property name="margin" >
    80       <number>0</number>
    81      </property>
    82      <property name="spacing" >
    83       <number>6</number>
    84      </property>
    85      <item>
    86       <spacer>
    87        <property name="orientation" >
    88         <enum>Qt::Horizontal</enum>
    89        </property>
    90        <property name="sizeHint" >
    91         <size>
    92          <width>251</width>
    93          <height>20</height>
    94         </size>
    95        </property>
    96       </spacer>
    97      </item>
    98      <item>
    99       <widget class="QPushButton" name="closeButton" >
   100        <property name="text" >
   101         <string>Close</string>
   102        </property>
   103       </widget>
   104      </item>
   105     </layout>
   106    </item>
   107   </layout>
   108  </widget>
   109  <resources/>
   110  <connections>
   111   <connection>
   112    <sender>closeButton</sender>
   113    <signal>clicked()</signal>
   114    <receiver>BranchPropertyWindow</receiver>
   115    <slot>hide()</slot>
   116    <hints>
   117     <hint type="sourcelabel" >
   118      <x>315</x>
   119      <y>173</y>
   120     </hint>
   121     <hint type="destinationlabel" >
   122      <x>171</x>
   123      <y>103</y>
   124     </hint>
   125    </hints>
   126   </connection>
   127  </connections>
   128 </ui>