Added the bug tracker URL as well as a friendly package name. Also
[confmgr] / addstep.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>AddStep</class>
4  <widget class="QWidget" name="AddStep">
5   <property name="windowModality">
6    <enum>Qt::ApplicationModal</enum>
7   </property>
8   <property name="geometry">
9    <rect>
10     <x>0</x>
11     <y>0</y>
12     <width>800</width>
13     <height>424</height>
14    </rect>
15   </property>
16   <property name="windowTitle">
17    <string>AddStep</string>
18   </property>
19   <widget class="QWidget" name="horizontalLayoutWidget">
20    <property name="geometry">
21     <rect>
22      <x>30</x>
23      <y>170</y>
24      <width>741</width>
25      <height>71</height>
26     </rect>
27    </property>
28    <layout class="QHBoxLayout" name="horizontalLayout">
29     <item>
30      <widget class="QLabel" name="label">
31       <property name="text">
32        <string>Value:</string>
33       </property>
34      </widget>
35     </item>
36     <item>
37      <widget class="QLineEdit" name="addStepValue">
38       <property name="inputMethodHints">
39        <set>Qt::ImhDigitsOnly</set>
40       </property>
41      </widget>
42     </item>
43    </layout>
44   </widget>
45   <widget class="QWidget" name="horizontalLayoutWidget_2">
46    <property name="geometry">
47     <rect>
48      <x>31</x>
49      <y>250</y>
50      <width>281</width>
51      <height>71</height>
52     </rect>
53    </property>
54    <layout class="QHBoxLayout" name="horizontalLayout_2">
55     <item>
56      <widget class="QLabel" name="label_2">
57       <property name="text">
58        <string>Delay:</string>
59       </property>
60      </widget>
61     </item>
62     <item>
63      <widget class="QLineEdit" name="addStepDelay">
64       <property name="inputMethodHints">
65        <set>Qt::ImhDigitsOnly</set>
66       </property>
67      </widget>
68     </item>
69     <item>
70      <widget class="QLabel" name="label_4">
71       <property name="text">
72        <string>Seconds</string>
73       </property>
74      </widget>
75     </item>
76    </layout>
77   </widget>
78   <widget class="QWidget" name="horizontalLayoutWidget_3">
79    <property name="geometry">
80     <rect>
81      <x>30</x>
82      <y>330</y>
83      <width>741</width>
84      <height>71</height>
85     </rect>
86    </property>
87    <layout class="QHBoxLayout" name="horizontalLayout_3">
88     <item>
89      <widget class="QPushButton" name="btnaddStep">
90       <property name="sizePolicy">
91        <sizepolicy hsizetype="Minimum" vsizetype="Preferred">
92         <horstretch>0</horstretch>
93         <verstretch>0</verstretch>
94        </sizepolicy>
95       </property>
96       <property name="text">
97        <string>Add Step</string>
98       </property>
99      </widget>
100     </item>
101     <item>
102      <widget class="QPushButton" name="btnCancel">
103       <property name="sizePolicy">
104        <sizepolicy hsizetype="Minimum" vsizetype="Preferred">
105         <horstretch>0</horstretch>
106         <verstretch>0</verstretch>
107        </sizepolicy>
108       </property>
109       <property name="text">
110        <string>Cancel Operation</string>
111       </property>
112      </widget>
113     </item>
114    </layout>
115   </widget>
116   <widget class="QWidget" name="verticalLayoutWidget">
117    <property name="geometry">
118     <rect>
119      <x>30</x>
120      <y>9</y>
121      <width>741</width>
122      <height>151</height>
123     </rect>
124    </property>
125    <layout class="QVBoxLayout" name="verticalLayout">
126     <item>
127      <widget class="QLabel" name="label_3">
128       <property name="text">
129        <string>The Value field is a phone number or DTMF tones. Include characters like *, + or # in the Value as and when they are required. The Delay in seconds shows the time allowed to lapse before dialing the corresponding value. The first step typically has 0 delay with the conference number as a value.</string>
130       </property>
131       <property name="wordWrap">
132        <bool>true</bool>
133       </property>
134      </widget>
135     </item>
136    </layout>
137   </widget>
138  </widget>
139  <resources/>
140  <connections>
141   <connection>
142    <sender>btnCancel</sender>
143    <signal>clicked()</signal>
144    <receiver>AddStep</receiver>
145    <slot>close()</slot>
146    <hints>
147     <hint type="sourcelabel">
148      <x>240</x>
149      <y>169</y>
150     </hint>
151     <hint type="destinationlabel">
152      <x>239</x>
153      <y>100</y>
154     </hint>
155    </hints>
156   </connection>
157   <connection>
158    <sender>btnaddStep</sender>
159    <signal>clicked()</signal>
160    <receiver>AddStep</receiver>
161    <slot>AddOperationStep()</slot>
162    <hints>
163     <hint type="sourcelabel">
164      <x>143</x>
165      <y>133</y>
166     </hint>
167     <hint type="destinationlabel">
168      <x>74</x>
169      <y>199</y>
170     </hint>
171    </hints>
172   </connection>
173  </connections>
174  <slots>
175   <slot>AddOperationStep()</slot>
176  </slots>
177 </ui>