1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/attributedialog.ui Tue Dec 04 12:32:56 2007 +0000
1.3 @@ -0,0 +1,89 @@
1.4 +<ui version="4.0" >
1.5 + <class>AttributeDialog</class>
1.6 + <widget class="QDialog" name="AttributeDialog" >
1.7 + <property name="geometry" >
1.8 + <rect>
1.9 + <x>0</x>
1.10 + <y>0</y>
1.11 + <width>468</width>
1.12 + <height>78</height>
1.13 + </rect>
1.14 + </property>
1.15 + <property name="sizePolicy" >
1.16 + <sizepolicy vsizetype="Preferred" hsizetype="Minimum" >
1.17 + <horstretch>0</horstretch>
1.18 + <verstretch>0</verstretch>
1.19 + </sizepolicy>
1.20 + </property>
1.21 + <property name="windowTitle" >
1.22 + <string>Attributes</string>
1.23 + </property>
1.24 + <layout class="QVBoxLayout" >
1.25 + <item>
1.26 + <widget class="QLineEdit" name="lineEdit" />
1.27 + </item>
1.28 + <item>
1.29 + <layout class="QHBoxLayout" >
1.30 + <item>
1.31 + <spacer>
1.32 + <property name="orientation" >
1.33 + <enum>Qt::Horizontal</enum>
1.34 + </property>
1.35 + <property name="sizeHint" >
1.36 + <size>
1.37 + <width>40</width>
1.38 + <height>20</height>
1.39 + </size>
1.40 + </property>
1.41 + </spacer>
1.42 + </item>
1.43 + <item>
1.44 + <widget class="QDialogButtonBox" name="buttonBox" >
1.45 + <property name="orientation" >
1.46 + <enum>Qt::Horizontal</enum>
1.47 + </property>
1.48 + <property name="standardButtons" >
1.49 + <set>QDialogButtonBox::Cancel|QDialogButtonBox::NoButton|QDialogButtonBox::Ok</set>
1.50 + </property>
1.51 + </widget>
1.52 + </item>
1.53 + </layout>
1.54 + </item>
1.55 + </layout>
1.56 + </widget>
1.57 + <resources/>
1.58 + <connections>
1.59 + <connection>
1.60 + <sender>buttonBox</sender>
1.61 + <signal>accepted()</signal>
1.62 + <receiver>AttributeDialog</receiver>
1.63 + <slot>accept()</slot>
1.64 + <hints>
1.65 + <hint type="sourcelabel" >
1.66 + <x>248</x>
1.67 + <y>254</y>
1.68 + </hint>
1.69 + <hint type="destinationlabel" >
1.70 + <x>157</x>
1.71 + <y>274</y>
1.72 + </hint>
1.73 + </hints>
1.74 + </connection>
1.75 + <connection>
1.76 + <sender>buttonBox</sender>
1.77 + <signal>rejected()</signal>
1.78 + <receiver>AttributeDialog</receiver>
1.79 + <slot>reject()</slot>
1.80 + <hints>
1.81 + <hint type="sourcelabel" >
1.82 + <x>316</x>
1.83 + <y>260</y>
1.84 + </hint>
1.85 + <hint type="destinationlabel" >
1.86 + <x>286</x>
1.87 + <y>274</y>
1.88 + </hint>
1.89 + </hints>
1.90 + </connection>
1.91 + </connections>
1.92 +</ui>