1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/editxlinkdialog.ui Mon Apr 18 06:37:48 2005 +0000
1.3 @@ -0,0 +1,100 @@
1.4 +<!DOCTYPE UI><UI version="3.3" stdsetdef="1">
1.5 +<class>EditXLinkDialog</class>
1.6 +<widget class="QDialog">
1.7 + <property name="name">
1.8 + <cstring>EditXLinkDialog</cstring>
1.9 + </property>
1.10 + <property name="geometry">
1.11 + <rect>
1.12 + <x>0</x>
1.13 + <y>0</y>
1.14 + <width>570</width>
1.15 + <height>91</height>
1.16 + </rect>
1.17 + </property>
1.18 + <property name="caption">
1.19 + <string>Edit Link</string>
1.20 + </property>
1.21 + <grid>
1.22 + <property name="name">
1.23 + <cstring>unnamed</cstring>
1.24 + </property>
1.25 + <widget class="QPushButton" row="0" column="0">
1.26 + <property name="name">
1.27 + <cstring>deleteButton</cstring>
1.28 + </property>
1.29 + <property name="text">
1.30 + <string>Delete XLink</string>
1.31 + </property>
1.32 + </widget>
1.33 + <spacer row="0" column="1">
1.34 + <property name="name">
1.35 + <cstring>spacer11</cstring>
1.36 + </property>
1.37 + <property name="orientation">
1.38 + <enum>Horizontal</enum>
1.39 + </property>
1.40 + <property name="sizeType">
1.41 + <enum>Expanding</enum>
1.42 + </property>
1.43 + <property name="sizeHint">
1.44 + <size>
1.45 + <width>180</width>
1.46 + <height>20</height>
1.47 + </size>
1.48 + </property>
1.49 + </spacer>
1.50 + <widget class="QPushButton" row="0" column="3">
1.51 + <property name="name">
1.52 + <cstring>okButton</cstring>
1.53 + </property>
1.54 + <property name="text">
1.55 + <string>Ok</string>
1.56 + </property>
1.57 + </widget>
1.58 + <widget class="QPushButton" row="0" column="2">
1.59 + <property name="name">
1.60 + <cstring>cancelButton</cstring>
1.61 + </property>
1.62 + <property name="text">
1.63 + <string>Cancel</string>
1.64 + </property>
1.65 + </widget>
1.66 + </grid>
1.67 +</widget>
1.68 +<connections>
1.69 + <connection>
1.70 + <sender>okButton</sender>
1.71 + <signal>clicked()</signal>
1.72 + <receiver>EditXLinkDialog</receiver>
1.73 + <slot>accept()</slot>
1.74 + </connection>
1.75 + <connection>
1.76 + <sender>cancelButton</sender>
1.77 + <signal>clicked()</signal>
1.78 + <receiver>EditXLinkDialog</receiver>
1.79 + <slot>reject()</slot>
1.80 + </connection>
1.81 + <connection>
1.82 + <sender>deleteButton</sender>
1.83 + <signal>clicked()</signal>
1.84 + <receiver>EditXLinkDialog</receiver>
1.85 + <slot>deleteButtonPressed()</slot>
1.86 + </connection>
1.87 +</connections>
1.88 +<includes>
1.89 + <include location="local" impldecl="in implementation">editxlinkdialog.ui.h</include>
1.90 +</includes>
1.91 +<variables>
1.92 + <variable access="private">bool delink;</variable>
1.93 +</variables>
1.94 +<slots>
1.95 + <slot access="protected">deleteButtonPressed()</slot>
1.96 +</slots>
1.97 +<functions>
1.98 + <function access="private" specifier="non virtual">init()</function>
1.99 + <function returnType="bool">deleteXLink()</function>
1.100 +</functions>
1.101 +<pixmapinproject/>
1.102 +<layoutdefaults spacing="6" margin="11"/>
1.103 +</UI>