~mhall119/ubuntu-app-reviews/qtranscribe

« back to all changes in this revision

Viewing changes to notConfiguredMessage.ui

  • Committer: App Bot
  • Author(s): Matt Pharoah (Exüberance)
  • Date: 2012-07-09 20:14:22 UTC
  • Revision ID: appbot@holba.ch-20120709201422-cmbglasydwxlxelx
Tags: upstream-1.0
Import upstream version 1.0

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>notConfiguredMessage</class>
 
4
 <widget class="QDialog" name="notConfiguredMessage">
 
5
  <property name="geometry">
 
6
   <rect>
 
7
    <x>0</x>
 
8
    <y>0</y>
 
9
    <width>357</width>
 
10
    <height>140</height>
 
11
   </rect>
 
12
  </property>
 
13
  <property name="windowTitle">
 
14
   <string>Dialog</string>
 
15
  </property>
 
16
  <layout class="QVBoxLayout" name="verticalLayout">
 
17
   <item>
 
18
    <widget class="QLabel" name="label">
 
19
     <property name="font">
 
20
      <font>
 
21
       <weight>75</weight>
 
22
       <bold>true</bold>
 
23
      </font>
 
24
     </property>
 
25
     <property name="text">
 
26
      <string>You have not yet configured QTranscribe to use your foot pedal. Would you like to do this now?</string>
 
27
     </property>
 
28
     <property name="wordWrap">
 
29
      <bool>true</bool>
 
30
     </property>
 
31
    </widget>
 
32
   </item>
 
33
   <item>
 
34
    <spacer name="verticalSpacer_2">
 
35
     <property name="orientation">
 
36
      <enum>Qt::Vertical</enum>
 
37
     </property>
 
38
     <property name="sizeHint" stdset="0">
 
39
      <size>
 
40
       <width>20</width>
 
41
       <height>18</height>
 
42
      </size>
 
43
     </property>
 
44
    </spacer>
 
45
   </item>
 
46
   <item alignment="Qt::AlignRight">
 
47
    <widget class="QCheckBox" name="dontAsk">
 
48
     <property name="text">
 
49
      <string>Don't ask me again</string>
 
50
     </property>
 
51
    </widget>
 
52
   </item>
 
53
   <item>
 
54
    <widget class="QDialogButtonBox" name="buttonBox">
 
55
     <property name="orientation">
 
56
      <enum>Qt::Horizontal</enum>
 
57
     </property>
 
58
     <property name="standardButtons">
 
59
      <set>QDialogButtonBox::No|QDialogButtonBox::Yes</set>
 
60
     </property>
 
61
    </widget>
 
62
   </item>
 
63
  </layout>
 
64
 </widget>
 
65
 <resources/>
 
66
 <connections>
 
67
  <connection>
 
68
   <sender>buttonBox</sender>
 
69
   <signal>accepted()</signal>
 
70
   <receiver>notConfiguredMessage</receiver>
 
71
   <slot>accept()</slot>
 
72
   <hints>
 
73
    <hint type="sourcelabel">
 
74
     <x>248</x>
 
75
     <y>254</y>
 
76
    </hint>
 
77
    <hint type="destinationlabel">
 
78
     <x>157</x>
 
79
     <y>274</y>
 
80
    </hint>
 
81
   </hints>
 
82
  </connection>
 
83
  <connection>
 
84
   <sender>buttonBox</sender>
 
85
   <signal>rejected()</signal>
 
86
   <receiver>notConfiguredMessage</receiver>
 
87
   <slot>reject()</slot>
 
88
   <hints>
 
89
    <hint type="sourcelabel">
 
90
     <x>316</x>
 
91
     <y>260</y>
 
92
    </hint>
 
93
    <hint type="destinationlabel">
 
94
     <x>286</x>
 
95
     <y>274</y>
 
96
    </hint>
 
97
   </hints>
 
98
  </connection>
 
99
 </connections>
 
100
</ui>