~scottydelicious666/brewtarget/brewtarget

« back to all changes in this revision

Viewing changes to instructionWidget.ui

  • Committer: Philip Greggory Lee
  • Date: 2009-08-23 16:53:43 UTC
  • Revision ID: git-v1:f8d1a25135bd92f06c46c562293800e4faa42c61
Made a src/ and ui/ directory and moved everything.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0" encoding="UTF-8"?>
2
 
<ui version="4.0">
3
 
 <class>instructionWidget</class>
4
 
 <widget class="QWidget" name="instructionWidget">
5
 
  <property name="geometry">
6
 
   <rect>
7
 
    <x>0</x>
8
 
    <y>0</y>
9
 
    <width>215</width>
10
 
    <height>100</height>
11
 
   </rect>
12
 
  </property>
13
 
  <property name="sizePolicy">
14
 
   <sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
15
 
    <horstretch>0</horstretch>
16
 
    <verstretch>0</verstretch>
17
 
   </sizepolicy>
18
 
  </property>
19
 
  <property name="minimumSize">
20
 
   <size>
21
 
    <width>215</width>
22
 
    <height>0</height>
23
 
   </size>
24
 
  </property>
25
 
  <property name="windowTitle">
26
 
   <string>Form</string>
27
 
  </property>
28
 
  <layout class="QHBoxLayout" name="horizontalLayout">
29
 
   <property name="spacing">
30
 
    <number>1</number>
31
 
   </property>
32
 
   <property name="margin">
33
 
    <number>0</number>
34
 
   </property>
35
 
   <item>
36
 
    <widget class="QTextEdit" name="textEdit">
37
 
     <property name="sizePolicy">
38
 
      <sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
39
 
       <horstretch>0</horstretch>
40
 
       <verstretch>0</verstretch>
41
 
      </sizepolicy>
42
 
     </property>
43
 
     <property name="minimumSize">
44
 
      <size>
45
 
       <width>100</width>
46
 
       <height>100</height>
47
 
      </size>
48
 
     </property>
49
 
     <property name="maximumSize">
50
 
      <size>
51
 
       <width>500</width>
52
 
       <height>16777215</height>
53
 
      </size>
54
 
     </property>
55
 
    </widget>
56
 
   </item>
57
 
   <item>
58
 
    <layout class="QVBoxLayout" name="verticalLayout">
59
 
     <item>
60
 
      <widget class="QCheckBox" name="checkBox_showTimer">
61
 
       <property name="text">
62
 
        <string>Show timer</string>
63
 
       </property>
64
 
      </widget>
65
 
     </item>
66
 
     <item>
67
 
      <widget class="QCheckBox" name="checkBox_completed">
68
 
       <property name="text">
69
 
        <string>Step completed</string>
70
 
       </property>
71
 
      </widget>
72
 
     </item>
73
 
     <item>
74
 
      <spacer name="verticalSpacer">
75
 
       <property name="orientation">
76
 
        <enum>Qt::Vertical</enum>
77
 
       </property>
78
 
       <property name="sizeHint" stdset="0">
79
 
        <size>
80
 
         <width>20</width>
81
 
         <height>40</height>
82
 
        </size>
83
 
       </property>
84
 
      </spacer>
85
 
     </item>
86
 
    </layout>
87
 
   </item>
88
 
  </layout>
89
 
 </widget>
90
 
 <resources/>
91
 
 <connections/>
92
 
</ui>