1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/branchpropwindow.ui Mon Jan 29 12:29:13 2007 +0000
1.3 @@ -0,0 +1,128 @@
1.4 +<ui version="4.0" >
1.5 + <class>BranchPropertyWindow</class>
1.6 + <widget class="QWidget" name="BranchPropertyWindow" >
1.7 + <property name="geometry" >
1.8 + <rect>
1.9 + <x>0</x>
1.10 + <y>0</y>
1.11 + <width>343</width>
1.12 + <height>208</height>
1.13 + </rect>
1.14 + </property>
1.15 + <property name="windowTitle" >
1.16 + <string>Form</string>
1.17 + </property>
1.18 + <layout class="QVBoxLayout" >
1.19 + <property name="margin" >
1.20 + <number>9</number>
1.21 + </property>
1.22 + <property name="spacing" >
1.23 + <number>6</number>
1.24 + </property>
1.25 + <item>
1.26 + <widget class="QTabWidget" name="tabWidget" >
1.27 + <property name="currentIndex" >
1.28 + <number>0</number>
1.29 + </property>
1.30 + <widget class="QWidget" name="tab" >
1.31 + <attribute name="title" >
1.32 + <string>Frame</string>
1.33 + </attribute>
1.34 + <widget class="QComboBox" name="frameTypeCombo" >
1.35 + <property name="geometry" >
1.36 + <rect>
1.37 + <x>10</x>
1.38 + <y>10</y>
1.39 + <width>301</width>
1.40 + <height>22</height>
1.41 + </rect>
1.42 + </property>
1.43 + <item>
1.44 + <property name="text" >
1.45 + <string>No Frame</string>
1.46 + </property>
1.47 + </item>
1.48 + <item>
1.49 + <property name="text" >
1.50 + <string>Rectangle</string>
1.51 + </property>
1.52 + </item>
1.53 + <item>
1.54 + <property name="text" >
1.55 + <string>Ellipse</string>
1.56 + </property>
1.57 + </item>
1.58 + </widget>
1.59 + </widget>
1.60 + <widget class="QWidget" name="tab_2" >
1.61 + <attribute name="title" >
1.62 + <string>Link</string>
1.63 + </attribute>
1.64 + <widget class="QCheckBox" name="hideLinkIfUnselected" >
1.65 + <property name="geometry" >
1.66 + <rect>
1.67 + <x>20</x>
1.68 + <y>10</y>
1.69 + <width>231</width>
1.70 + <height>21</height>
1.71 + </rect>
1.72 + </property>
1.73 + <property name="text" >
1.74 + <string>Hide link if unselected</string>
1.75 + </property>
1.76 + </widget>
1.77 + </widget>
1.78 + </widget>
1.79 + </item>
1.80 + <item>
1.81 + <layout class="QHBoxLayout" >
1.82 + <property name="margin" >
1.83 + <number>0</number>
1.84 + </property>
1.85 + <property name="spacing" >
1.86 + <number>6</number>
1.87 + </property>
1.88 + <item>
1.89 + <spacer>
1.90 + <property name="orientation" >
1.91 + <enum>Qt::Horizontal</enum>
1.92 + </property>
1.93 + <property name="sizeHint" >
1.94 + <size>
1.95 + <width>251</width>
1.96 + <height>20</height>
1.97 + </size>
1.98 + </property>
1.99 + </spacer>
1.100 + </item>
1.101 + <item>
1.102 + <widget class="QPushButton" name="closeButton" >
1.103 + <property name="text" >
1.104 + <string>Close</string>
1.105 + </property>
1.106 + </widget>
1.107 + </item>
1.108 + </layout>
1.109 + </item>
1.110 + </layout>
1.111 + </widget>
1.112 + <resources/>
1.113 + <connections>
1.114 + <connection>
1.115 + <sender>closeButton</sender>
1.116 + <signal>clicked()</signal>
1.117 + <receiver>BranchPropertyWindow</receiver>
1.118 + <slot>hide()</slot>
1.119 + <hints>
1.120 + <hint type="sourcelabel" >
1.121 + <x>315</x>
1.122 + <y>173</y>
1.123 + </hint>
1.124 + <hint type="destinationlabel" >
1.125 + <x>171</x>
1.126 + <y>103</y>
1.127 + </hint>
1.128 + </hints>
1.129 + </connection>
1.130 + </connections>
1.131 +</ui>