editxlinkdialog.ui
author insilmaril
Mon, 18 Apr 2005 06:17:00 +0000
changeset 95 f688a9913724
child 97 0b048b6bb6f4
permissions -rw-r--r--
added basic xLink functions
     1 <!DOCTYPE UI><UI version="3.3" stdsetdef="1">
     2 <class>EditXLinkDialog</class>
     3 <widget class="QDialog">
     4     <property name="name">
     5         <cstring>EditXLinkDialog</cstring>
     6     </property>
     7     <property name="geometry">
     8         <rect>
     9             <x>0</x>
    10             <y>0</y>
    11             <width>570</width>
    12             <height>91</height>
    13         </rect>
    14     </property>
    15     <property name="caption">
    16         <string>Edit Link</string>
    17     </property>
    18     <grid>
    19         <property name="name">
    20             <cstring>unnamed</cstring>
    21         </property>
    22         <widget class="QPushButton" row="0" column="0">
    23             <property name="name">
    24                 <cstring>deleteButton</cstring>
    25             </property>
    26             <property name="text">
    27                 <string>Delete XLink</string>
    28             </property>
    29         </widget>
    30         <spacer row="0" column="1">
    31             <property name="name">
    32                 <cstring>spacer11</cstring>
    33             </property>
    34             <property name="orientation">
    35                 <enum>Horizontal</enum>
    36             </property>
    37             <property name="sizeType">
    38                 <enum>Expanding</enum>
    39             </property>
    40             <property name="sizeHint">
    41                 <size>
    42                     <width>180</width>
    43                     <height>20</height>
    44                 </size>
    45             </property>
    46         </spacer>
    47         <widget class="QPushButton" row="0" column="3">
    48             <property name="name">
    49                 <cstring>okButton</cstring>
    50             </property>
    51             <property name="text">
    52                 <string>Ok</string>
    53             </property>
    54         </widget>
    55         <widget class="QPushButton" row="0" column="2">
    56             <property name="name">
    57                 <cstring>cancelButton</cstring>
    58             </property>
    59             <property name="text">
    60                 <string>Cancel</string>
    61             </property>
    62         </widget>
    63     </grid>
    64 </widget>
    65 <connections>
    66     <connection>
    67         <sender>okButton</sender>
    68         <signal>clicked()</signal>
    69         <receiver>EditXLinkDialog</receiver>
    70         <slot>accept()</slot>
    71     </connection>
    72     <connection>
    73         <sender>cancelButton</sender>
    74         <signal>clicked()</signal>
    75         <receiver>EditXLinkDialog</receiver>
    76         <slot>reject()</slot>
    77     </connection>
    78     <connection>
    79         <sender>deleteButton</sender>
    80         <signal>clicked()</signal>
    81         <receiver>EditXLinkDialog</receiver>
    82         <slot>deleteButtonPressed()</slot>
    83     </connection>
    84 </connections>
    85 <includes>
    86     <include location="local" impldecl="in implementation">editxlinkdialog.ui.h</include>
    87 </includes>
    88 <variables>
    89     <variable access="private">bool delink;</variable>
    90 </variables>
    91 <slots>
    92     <slot access="protected">deleteButtonPressed()</slot>
    93 </slots>
    94 <functions>
    95     <function access="private" specifier="non virtual">init()</function>
    96     <function returnType="bool">deleteXLink()</function>
    97 </functions>
    98 <pixmapinproject/>
    99 <layoutdefaults spacing="6" margin="11"/>
   100 </UI>