extrainfodialog.ui
author insilmaril
Wed, 13 Jul 2005 11:36:15 +0000
changeset 128 0dc9286ad3d4
parent 0 7a96bd401351
child 184 138c2cdc02fd
permissions -rw-r--r--
added drag and drop of URLs
     1 <!DOCTYPE UI><UI version="3.2" stdsetdef="1">
     2 <class>ExtraInfoDialog</class>
     3 <author>Uwe Drechsel</author>
     4 <widget class="QDialog">
     5     <property name="name">
     6         <cstring>ExtraInfoDialog</cstring>
     7     </property>
     8     <property name="geometry">
     9         <rect>
    10             <x>0</x>
    11             <y>0</y>
    12             <width>338</width>
    13             <height>410</height>
    14         </rect>
    15     </property>
    16     <property name="caption">
    17         <string>VYM - Info</string>
    18     </property>
    19     <vbox>
    20         <property name="name">
    21             <cstring>unnamed</cstring>
    22         </property>
    23         <widget class="QLabel">
    24             <property name="name">
    25                 <cstring>textLabel1_2</cstring>
    26             </property>
    27             <property name="text">
    28                 <string>Map:</string>
    29             </property>
    30         </widget>
    31         <widget class="QLineEdit">
    32             <property name="name">
    33                 <cstring>lineEdit7</cstring>
    34             </property>
    35             <property name="paletteBackgroundColor">
    36                 <color>
    37                     <red>225</red>
    38                     <green>225</green>
    39                     <blue>225</blue>
    40                 </color>
    41             </property>
    42             <property name="backgroundOrigin">
    43                 <enum>WidgetOrigin</enum>
    44             </property>
    45             <property name="readOnly">
    46                 <bool>true</bool>
    47             </property>
    48         </widget>
    49         <widget class="QLabel">
    50             <property name="name">
    51                 <cstring>textLabel1</cstring>
    52             </property>
    53             <property name="text">
    54                 <string>Author:</string>
    55             </property>
    56         </widget>
    57         <widget class="QLineEdit">
    58             <property name="name">
    59                 <cstring>lineEdit2</cstring>
    60             </property>
    61         </widget>
    62         <widget class="QLabel">
    63             <property name="name">
    64                 <cstring>textLabel2</cstring>
    65             </property>
    66             <property name="text">
    67                 <string>Comment:</string>
    68             </property>
    69         </widget>
    70         <widget class="QTextEdit">
    71             <property name="name">
    72                 <cstring>textEdit4</cstring>
    73             </property>
    74             <property name="sizePolicy">
    75                 <sizepolicy>
    76                     <hsizetype>7</hsizetype>
    77                     <vsizetype>4</vsizetype>
    78                     <horstretch>0</horstretch>
    79                     <verstretch>0</verstretch>
    80                 </sizepolicy>
    81             </property>
    82             <property name="maximumSize">
    83                 <size>
    84                     <width>32767</width>
    85                     <height>76</height>
    86                 </size>
    87             </property>
    88         </widget>
    89         <widget class="QLabel">
    90             <property name="name">
    91                 <cstring>textLabel2_2</cstring>
    92             </property>
    93             <property name="text">
    94                 <string>Statistics:</string>
    95             </property>
    96         </widget>
    97         <widget class="QTextEdit">
    98             <property name="name">
    99                 <cstring>textEdit4_2</cstring>
   100             </property>
   101             <property name="paletteBackgroundColor">
   102                 <color>
   103                     <red>225</red>
   104                     <green>225</green>
   105                     <blue>225</blue>
   106                 </color>
   107             </property>
   108             <property name="font">
   109                 <font>
   110                     <family>Courier</family>
   111                     <pointsize>12</pointsize>
   112                 </font>
   113             </property>
   114             <property name="textFormat">
   115                 <enum>PlainText</enum>
   116             </property>
   117             <property name="readOnly">
   118                 <bool>true</bool>
   119             </property>
   120         </widget>
   121         <widget class="QLayoutWidget">
   122             <property name="name">
   123                 <cstring>layout21</cstring>
   124             </property>
   125             <hbox>
   126                 <property name="name">
   127                     <cstring>unnamed</cstring>
   128                 </property>
   129                 <spacer>
   130                     <property name="name">
   131                         <cstring>spacer10</cstring>
   132                     </property>
   133                     <property name="orientation">
   134                         <enum>Horizontal</enum>
   135                     </property>
   136                     <property name="sizeType">
   137                         <enum>Expanding</enum>
   138                     </property>
   139                     <property name="sizeHint">
   140                         <size>
   141                             <width>160</width>
   142                             <height>21</height>
   143                         </size>
   144                     </property>
   145                 </spacer>
   146                 <widget class="QPushButton">
   147                     <property name="name">
   148                         <cstring>pushButton13</cstring>
   149                     </property>
   150                     <property name="text">
   151                         <string>Cancel</string>
   152                     </property>
   153                 </widget>
   154                 <widget class="QPushButton">
   155                     <property name="name">
   156                         <cstring>pushButton7</cstring>
   157                     </property>
   158                     <property name="text">
   159                         <string>Close</string>
   160                     </property>
   161                 </widget>
   162             </hbox>
   163         </widget>
   164     </vbox>
   165 </widget>
   166 <connections>
   167     <connection>
   168         <sender>pushButton7</sender>
   169         <signal>clicked()</signal>
   170         <receiver>ExtraInfoDialog</receiver>
   171         <slot>accept()</slot>
   172     </connection>
   173     <connection>
   174         <sender>pushButton13</sender>
   175         <signal>clicked()</signal>
   176         <receiver>ExtraInfoDialog</receiver>
   177         <slot>reject()</slot>
   178     </connection>
   179 </connections>
   180 <tabstops>
   181     <tabstop>lineEdit2</tabstop>
   182     <tabstop>textEdit4</tabstop>
   183     <tabstop>pushButton7</tabstop>
   184     <tabstop>pushButton13</tabstop>
   185     <tabstop>lineEdit7</tabstop>
   186     <tabstop>textEdit4_2</tabstop>
   187 </tabstops>
   188 <includes>
   189     <include location="global" impldecl="in implementation">qstring.h</include>
   190     <include location="local" impldecl="in implementation">extrainfodialog.ui.h</include>
   191 </includes>
   192 <slots>
   193     <slot>setMapName( const QString &amp; s )</slot>
   194     <slot>setComment( const QString &amp; s )</slot>
   195     <slot>setAuthor( const QString &amp; s )</slot>
   196 </slots>
   197 <functions>
   198     <function returnType="QString">getComment()</function>
   199     <function returnType="QString">getAuthor()</function>
   200     <function>setStats( const QString &amp; s )</function>
   201 </functions>
   202 <pixmapinproject/>
   203 <layoutdefaults spacing="6" margin="11"/>
   204 </UI>