ProjectPyramid/PyramidRoutesDialog.ui

changeset 13
227a115ab2a1
equal deleted inserted replaced
12:a8d87f7de3e1 13:227a115ab2a1
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>PyramidRoutesDialog</class>
4 <widget class="QDialog" name="PyramidRoutesDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>650</width>
10 <height>550</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Pyramid</string>
15 </property>
16 <property name="sizeGripEnabled">
17 <bool>true</bool>
18 </property>
19 <layout class="QVBoxLayout" name="verticalLayout">
20 <item>
21 <widget class="QTreeWidget" name="routes">
22 <property name="sizePolicy">
23 <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
24 <horstretch>0</horstretch>
25 <verstretch>2</verstretch>
26 </sizepolicy>
27 </property>
28 <property name="alternatingRowColors">
29 <bool>true</bool>
30 </property>
31 <property name="selectionMode">
32 <enum>QAbstractItemView::NoSelection</enum>
33 </property>
34 <property name="rootIsDecorated">
35 <bool>false</bool>
36 </property>
37 <property name="itemsExpandable">
38 <bool>false</bool>
39 </property>
40 <property name="expandsOnDoubleClick">
41 <bool>false</bool>
42 </property>
43 </widget>
44 </item>
45 <item>
46 <widget class="QGroupBox" name="errorGroup">
47 <property name="sizePolicy">
48 <sizepolicy hsizetype="Preferred" vsizetype="Expanding">
49 <horstretch>0</horstretch>
50 <verstretch>1</verstretch>
51 </sizepolicy>
52 </property>
53 <property name="title">
54 <string>Errors</string>
55 </property>
56 <layout class="QVBoxLayout">
57 <item>
58 <widget class="QTextEdit" name="errors">
59 <property name="sizePolicy">
60 <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
61 <horstretch>0</horstretch>
62 <verstretch>1</verstretch>
63 </sizepolicy>
64 </property>
65 <property name="readOnly">
66 <bool>true</bool>
67 </property>
68 <property name="acceptRichText">
69 <bool>false</bool>
70 </property>
71 </widget>
72 </item>
73 </layout>
74 </widget>
75 </item>
76 <item>
77 <widget class="QGroupBox" name="inputGroup">
78 <property name="title">
79 <string>Input</string>
80 </property>
81 <layout class="QGridLayout">
82 <item row="1" column="1">
83 <spacer>
84 <property name="orientation">
85 <enum>Qt::Horizontal</enum>
86 </property>
87 <property name="sizeType">
88 <enum>QSizePolicy::Expanding</enum>
89 </property>
90 <property name="sizeHint" stdset="0">
91 <size>
92 <width>327</width>
93 <height>29</height>
94 </size>
95 </property>
96 </spacer>
97 </item>
98 <item row="1" column="2">
99 <widget class="QPushButton" name="sendButton">
100 <property name="toolTip">
101 <string>Press to send the input to the Pyramid process</string>
102 </property>
103 <property name="text">
104 <string>&amp;Send</string>
105 </property>
106 <property name="shortcut">
107 <string>Alt+S</string>
108 </property>
109 </widget>
110 </item>
111 <item row="0" column="0" colspan="3">
112 <widget class="QLineEdit" name="input">
113 <property name="toolTip">
114 <string>Enter data to be sent to the Pyramid process</string>
115 </property>
116 </widget>
117 </item>
118 <item row="1" column="0">
119 <widget class="QCheckBox" name="passwordCheckBox">
120 <property name="toolTip">
121 <string>Select to switch the input field to password mode</string>
122 </property>
123 <property name="text">
124 <string>&amp;Password Mode</string>
125 </property>
126 <property name="shortcut">
127 <string>Alt+P</string>
128 </property>
129 </widget>
130 </item>
131 </layout>
132 </widget>
133 </item>
134 <item>
135 <widget class="QDialogButtonBox" name="buttonBox">
136 <property name="orientation">
137 <enum>Qt::Horizontal</enum>
138 </property>
139 <property name="standardButtons">
140 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Close</set>
141 </property>
142 </widget>
143 </item>
144 </layout>
145 </widget>
146 <layoutdefault spacing="6" margin="11"/>
147 <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
148 <tabstops>
149 <tabstop>routes</tabstop>
150 <tabstop>errors</tabstop>
151 <tabstop>input</tabstop>
152 <tabstop>passwordCheckBox</tabstop>
153 <tabstop>sendButton</tabstop>
154 <tabstop>buttonBox</tabstop>
155 </tabstops>
156 <resources/>
157 <connections/>
158 </ui>

eric ide

mercurial