~slist/qmotion/2.3

« back to all changes in this revision

Viewing changes to recordersetupdlg.ui

  • Committer: Stephane List
  • Date: 2010-12-12 14:54:49 UTC
  • Revision ID: slist@lilotux.net-20101212145449-t3p63qypyb1jsgyn
Initial import

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<ui version="4.0" >
 
2
 <class>RecorderSetupDlg</class>
 
3
 <widget class="QDialog" name="RecorderSetupDlg" >
 
4
  <property name="geometry" >
 
5
   <rect>
 
6
    <x>0</x>
 
7
    <y>0</y>
 
8
    <width>658</width>
 
9
    <height>125</height>
 
10
   </rect>
 
11
  </property>
 
12
  <property name="windowTitle" >
 
13
   <string>Directory setting</string>
 
14
  </property>
 
15
  <property name="windowIcon" >
 
16
   <iconset resource="qmotion.qrc" >
 
17
    <normaloff>:/recorder_folder.svg</normaloff>:/recorder_folder.svg</iconset>
 
18
  </property>
 
19
  <layout class="QVBoxLayout" name="verticalLayout" >
 
20
   <item>
 
21
    <widget class="QGroupBox" name="groupBox_trace" >
 
22
     <property name="title" >
 
23
      <string>Choose a directory where images will be stored</string>
 
24
     </property>
 
25
     <layout class="QGridLayout" >
 
26
      <property name="margin" >
 
27
       <number>9</number>
 
28
      </property>
 
29
      <property name="spacing" >
 
30
       <number>6</number>
 
31
      </property>
 
32
      <item row="0" column="0" >
 
33
       <widget class="QPushButton" name="buttonDir" >
 
34
        <property name="text" >
 
35
         <string>Directory:</string>
 
36
        </property>
 
37
       </widget>
 
38
      </item>
 
39
      <item row="0" column="1" >
 
40
       <widget class="QLineEdit" name="dir" >
 
41
        <property name="minimumSize" >
 
42
         <size>
 
43
          <width>433</width>
 
44
          <height>0</height>
 
45
         </size>
 
46
        </property>
 
47
        <property name="text" >
 
48
         <string>/tmp</string>
 
49
        </property>
 
50
       </widget>
 
51
      </item>
 
52
     </layout>
 
53
    </widget>
 
54
   </item>
 
55
   <item>
 
56
    <widget class="QDialogButtonBox" name="buttonBox" >
 
57
     <property name="orientation" >
 
58
      <enum>Qt::Horizontal</enum>
 
59
     </property>
 
60
     <property name="standardButtons" >
 
61
      <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
 
62
     </property>
 
63
    </widget>
 
64
   </item>
 
65
  </layout>
 
66
 </widget>
 
67
 <resources>
 
68
  <include location="qmotion.qrc" />
 
69
 </resources>
 
70
 <connections>
 
71
  <connection>
 
72
   <sender>buttonBox</sender>
 
73
   <signal>accepted()</signal>
 
74
   <receiver>RecorderSetupDlg</receiver>
 
75
   <slot>accept()</slot>
 
76
   <hints>
 
77
    <hint type="sourcelabel" >
 
78
     <x>248</x>
 
79
     <y>254</y>
 
80
    </hint>
 
81
    <hint type="destinationlabel" >
 
82
     <x>157</x>
 
83
     <y>274</y>
 
84
    </hint>
 
85
   </hints>
 
86
  </connection>
 
87
  <connection>
 
88
   <sender>buttonBox</sender>
 
89
   <signal>rejected()</signal>
 
90
   <receiver>RecorderSetupDlg</receiver>
 
91
   <slot>reject()</slot>
 
92
   <hints>
 
93
    <hint type="sourcelabel" >
 
94
     <x>316</x>
 
95
     <y>260</y>
 
96
    </hint>
 
97
    <hint type="destinationlabel" >
 
98
     <x>286</x>
 
99
     <y>274</y>
 
100
    </hint>
 
101
   </hints>
 
102
  </connection>
 
103
 </connections>
 
104
</ui>