showtextdialog.ui
author insilmaril
Mon, 06 Apr 2009 08:40:11 +0000
branchrelease-1-12-maintained
changeset 65 a1f609eae872
parent 0 7a96bd401351
child 297 c7464b92fdb8
permissions -rw-r--r--
Bugfix für mod mode copy
     1 <!DOCTYPE UI><UI version="3.2" stdsetdef="1">
     2 <class>ShowTextDialog</class>
     3 <author>Uwe Drechsel</author>
     4 <widget class="QDialog">
     5     <property name="name">
     6         <cstring>ShowTextDialog</cstring>
     7     </property>
     8     <property name="enabled">
     9         <bool>true</bool>
    10     </property>
    11     <property name="geometry">
    12         <rect>
    13             <x>0</x>
    14             <y>0</y>
    15             <width>560</width>
    16             <height>383</height>
    17         </rect>
    18     </property>
    19     <property name="sizePolicy">
    20         <sizepolicy>
    21             <hsizetype>5</hsizetype>
    22             <vsizetype>5</vsizetype>
    23             <horstretch>0</horstretch>
    24             <verstretch>0</verstretch>
    25         </sizepolicy>
    26     </property>
    27     <property name="backgroundOrigin">
    28         <enum>WidgetOrigin</enum>
    29     </property>
    30     <property name="caption">
    31         <string>VYM - Info</string>
    32     </property>
    33     <property name="sizeGripEnabled">
    34         <bool>false</bool>
    35     </property>
    36     <vbox>
    37         <property name="name">
    38             <cstring>unnamed</cstring>
    39         </property>
    40         <widget class="QLayoutWidget">
    41             <property name="name">
    42                 <cstring>layout9</cstring>
    43             </property>
    44             <vbox>
    45                 <property name="name">
    46                     <cstring>unnamed</cstring>
    47                 </property>
    48                 <widget class="QTextEdit">
    49                     <property name="name">
    50                         <cstring>textEdit1</cstring>
    51                     </property>
    52                     <property name="sizePolicy">
    53                         <sizepolicy>
    54                             <hsizetype>7</hsizetype>
    55                             <vsizetype>7</vsizetype>
    56                             <horstretch>0</horstretch>
    57                             <verstretch>0</verstretch>
    58                         </sizepolicy>
    59                     </property>
    60                 </widget>
    61                 <widget class="QLayoutWidget">
    62                     <property name="name">
    63                         <cstring>layout8</cstring>
    64                     </property>
    65                     <hbox>
    66                         <property name="name">
    67                             <cstring>unnamed</cstring>
    68                         </property>
    69                         <spacer>
    70                             <property name="name">
    71                                 <cstring>spacer4</cstring>
    72                             </property>
    73                             <property name="orientation">
    74                                 <enum>Horizontal</enum>
    75                             </property>
    76                             <property name="sizeType">
    77                                 <enum>Expanding</enum>
    78                             </property>
    79                             <property name="sizeHint">
    80                                 <size>
    81                                     <width>141</width>
    82                                     <height>21</height>
    83                                 </size>
    84                             </property>
    85                         </spacer>
    86                         <widget class="QPushButton">
    87                             <property name="name">
    88                                 <cstring>pushButton4</cstring>
    89                             </property>
    90                             <property name="sizePolicy">
    91                                 <sizepolicy>
    92                                     <hsizetype>7</hsizetype>
    93                                     <vsizetype>0</vsizetype>
    94                                     <horstretch>0</horstretch>
    95                                     <verstretch>0</verstretch>
    96                                 </sizepolicy>
    97                             </property>
    98                             <property name="maximumSize">
    99                                 <size>
   100                                     <width>150</width>
   101                                     <height>32767</height>
   102                                 </size>
   103                             </property>
   104                             <property name="text">
   105                                 <string>Close</string>
   106                             </property>
   107                             <property name="default">
   108                                 <bool>true</bool>
   109                             </property>
   110                         </widget>
   111                     </hbox>
   112                 </widget>
   113             </vbox>
   114         </widget>
   115     </vbox>
   116 </widget>
   117 <connections>
   118     <connection>
   119         <sender>pushButton4</sender>
   120         <signal>clicked()</signal>
   121         <receiver>ShowTextDialog</receiver>
   122         <slot>accept()</slot>
   123     </connection>
   124 </connections>
   125 <includes>
   126     <include location="local" impldecl="in implementation">showtextdialog.ui.h</include>
   127 </includes>
   128 <slots>
   129     <slot access="private">init()</slot>
   130     <slot>setText( const QString &amp; t )</slot>
   131     <slot>append( const QString &amp; t )</slot>
   132 </slots>
   133 <pixmapinproject/>
   134 <layoutdefaults spacing="6" margin="11"/>
   135 </UI>