~fboucault/qtcreator-plugin-ubuntu/newarch_arm64

« back to all changes in this revision

Viewing changes to src/ubuntu/processoutputdialog.ui

  • Committer: Benjamin Zeller
  • Date: 2016-06-08 15:09:39 UTC
  • mfrom: (443.2.36 ubuntu)
  • Revision ID: benjamin.zeller@canonical.com-20160608150939-v4ffv2a9xy5lcr5s
LXD rewrite for building and running apps in LXD containers

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<?xml version="1.0" encoding="UTF-8"?>
2
2
<ui version="4.0">
3
 
 <class>Ubuntu::Internal::UbuntuClickDialog</class>
4
 
 <widget class="QDialog" name="Ubuntu::Internal::UbuntuClickDialog">
 
3
 <class>Ubuntu::Internal::ProcessOutputDialog</class>
 
4
 <widget class="QDialog" name="Ubuntu::Internal::ProcessOutputDialog">
 
5
  <property name="enabled">
 
6
   <bool>true</bool>
 
7
  </property>
5
8
  <property name="geometry">
6
9
   <rect>
7
10
    <x>0</x>
8
11
    <y>0</y>
9
 
    <width>940</width>
10
 
    <height>563</height>
 
12
    <width>600</width>
 
13
    <height>218</height>
11
14
   </rect>
12
15
  </property>
 
16
  <property name="sizePolicy">
 
17
   <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
 
18
    <horstretch>0</horstretch>
 
19
    <verstretch>0</verstretch>
 
20
   </sizepolicy>
 
21
  </property>
13
22
  <property name="minimumSize">
14
23
   <size>
15
 
    <width>640</width>
16
 
    <height>480</height>
 
24
    <width>500</width>
 
25
    <height>130</height>
17
26
   </size>
18
27
  </property>
19
28
  <property name="windowTitle">
20
29
   <string>Run Click</string>
21
30
  </property>
22
 
  <layout class="QFormLayout" name="formLayout">
 
31
  <property name="modal">
 
32
   <bool>false</bool>
 
33
  </property>
 
34
  <layout class="QGridLayout" name="gridLayout">
 
35
   <item row="2" column="0">
 
36
    <layout class="QHBoxLayout" name="horizontalLayout_2">
 
37
     <item>
 
38
      <spacer name="horizontalSpacer_3">
 
39
       <property name="orientation">
 
40
        <enum>Qt::Horizontal</enum>
 
41
       </property>
 
42
       <property name="sizeType">
 
43
        <enum>QSizePolicy::Minimum</enum>
 
44
       </property>
 
45
       <property name="sizeHint" stdset="0">
 
46
        <size>
 
47
         <width>800</width>
 
48
         <height>20</height>
 
49
        </size>
 
50
       </property>
 
51
      </spacer>
 
52
     </item>
 
53
     <item>
 
54
      <widget class="QCheckBox" name="checkBox">
 
55
       <property name="text">
 
56
        <string>Show Details</string>
 
57
       </property>
 
58
       <property name="checked">
 
59
        <bool>true</bool>
 
60
       </property>
 
61
      </widget>
 
62
     </item>
 
63
    </layout>
 
64
   </item>
 
65
   <item row="3" column="0">
 
66
    <widget class="QTextEdit" name="output">
 
67
     <property name="sizePolicy">
 
68
      <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
 
69
       <horstretch>0</horstretch>
 
70
       <verstretch>1</verstretch>
 
71
      </sizepolicy>
 
72
     </property>
 
73
     <property name="minimumSize">
 
74
      <size>
 
75
       <width>0</width>
 
76
       <height>0</height>
 
77
      </size>
 
78
     </property>
 
79
    </widget>
 
80
   </item>
 
81
   <item row="1" column="0">
 
82
    <layout class="QHBoxLayout" name="horizontalLayout">
 
83
     <item>
 
84
      <widget class="QProgressBar" name="progressBar">
 
85
       <property name="sizePolicy">
 
86
        <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
 
87
         <horstretch>0</horstretch>
 
88
         <verstretch>0</verstretch>
 
89
        </sizepolicy>
 
90
       </property>
 
91
       <property name="value">
 
92
        <number>24</number>
 
93
       </property>
 
94
      </widget>
 
95
     </item>
 
96
    </layout>
 
97
   </item>
23
98
   <item row="0" column="0">
24
99
    <widget class="QLabel" name="label">
25
 
     <property name="font">
26
 
      <font>
27
 
       <weight>75</weight>
28
 
       <bold>true</bold>
29
 
      </font>
30
 
     </property>
31
 
     <property name="text">
32
 
      <string>Run Click</string>
33
 
     </property>
34
 
    </widget>
35
 
   </item>
36
 
   <item row="1" column="0">
37
 
    <widget class="QLabel" name="exitStatusLabel">
38
 
     <property name="text">
39
 
      <string>Exit Status</string>
40
 
     </property>
41
 
    </widget>
42
 
   </item>
43
 
   <item row="3" column="1">
 
100
     <property name="sizePolicy">
 
101
      <sizepolicy hsizetype="Preferred" vsizetype="Expanding">
 
102
       <horstretch>0</horstretch>
 
103
       <verstretch>0</verstretch>
 
104
      </sizepolicy>
 
105
     </property>
 
106
     <property name="text">
 
107
      <string>Waiting for Task to be finished ....</string>
 
108
     </property>
 
109
     <property name="alignment">
 
110
      <set>Qt::AlignCenter</set>
 
111
     </property>
 
112
     <property name="wordWrap">
 
113
      <bool>true</bool>
 
114
     </property>
 
115
    </widget>
 
116
   </item>
 
117
   <item row="4" column="0">
44
118
    <widget class="QDialogButtonBox" name="buttonBox">
 
119
     <property name="sizePolicy">
 
120
      <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
 
121
       <horstretch>0</horstretch>
 
122
       <verstretch>0</verstretch>
 
123
      </sizepolicy>
 
124
     </property>
45
125
     <property name="orientation">
46
126
      <enum>Qt::Horizontal</enum>
47
127
     </property>
50
130
     </property>
51
131
    </widget>
52
132
   </item>
53
 
   <item row="2" column="0" colspan="2">
54
 
    <widget class="QTextEdit" name="output">
55
 
     <property name="sizePolicy">
56
 
      <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
57
 
       <horstretch>0</horstretch>
58
 
       <verstretch>1</verstretch>
59
 
      </sizepolicy>
60
 
     </property>
61
 
     <property name="minimumSize">
62
 
      <size>
63
 
       <width>0</width>
64
 
       <height>15</height>
65
 
      </size>
66
 
     </property>
67
 
    </widget>
68
 
   </item>
69
133
  </layout>
70
134
 </widget>
71
135
 <resources/>
73
137
  <connection>
74
138
   <sender>buttonBox</sender>
75
139
   <signal>accepted()</signal>
76
 
   <receiver>Ubuntu::Internal::UbuntuClickDialog</receiver>
 
140
   <receiver>Ubuntu::Internal::ProcessOutputDialog</receiver>
77
141
   <slot>accept()</slot>
78
142
   <hints>
79
143
    <hint type="sourcelabel">
89
153
  <connection>
90
154
   <sender>buttonBox</sender>
91
155
   <signal>rejected()</signal>
92
 
   <receiver>Ubuntu::Internal::UbuntuClickDialog</receiver>
 
156
   <receiver>Ubuntu::Internal::ProcessOutputDialog</receiver>
93
157
   <slot>reject()</slot>
94
158
   <hints>
95
159
    <hint type="sourcelabel">