]> SALOME platform Git repositories - modules/hydrosolver.git/blob - src/HYDROGUI/TextDisplayDialog.ui
Salome HOME
the version delivered by EDF
[modules/hydrosolver.git] / src / HYDROGUI / TextDisplayDialog.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>TextDisplayDialog</class>
4  <widget class="QDialog" name="TextDisplayDialog">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>780</width>
10     <height>560</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>Text Display</string>
15   </property>
16   <layout class="QVBoxLayout" name="verticalLayout">
17    <item>
18     <widget class="QPlainTextEdit" name="contentTextEdit">
19      <property name="lineWrapMode">
20       <enum>QPlainTextEdit::NoWrap</enum>
21      </property>
22      <property name="readOnly">
23       <bool>true</bool>
24      </property>
25     </widget>
26    </item>
27    <item>
28     <layout class="QHBoxLayout" name="horizontalLayout">
29      <item>
30       <spacer name="horizontalSpacer">
31        <property name="orientation">
32         <enum>Qt::Horizontal</enum>
33        </property>
34        <property name="sizeHint" stdset="0">
35         <size>
36          <width>40</width>
37          <height>20</height>
38         </size>
39        </property>
40       </spacer>
41      </item>
42      <item>
43       <widget class="QPushButton" name="closeButton">
44        <property name="text">
45         <string>Close</string>
46        </property>
47       </widget>
48      </item>
49      <item>
50       <spacer name="horizontalSpacer_2">
51        <property name="orientation">
52         <enum>Qt::Horizontal</enum>
53        </property>
54        <property name="sizeHint" stdset="0">
55         <size>
56          <width>40</width>
57          <height>20</height>
58         </size>
59        </property>
60       </spacer>
61      </item>
62     </layout>
63    </item>
64   </layout>
65  </widget>
66  <resources/>
67  <connections/>
68 </ui>