~grosmoteur/grosmoteur/trunk

« back to all changes in this revision

Viewing changes to lib/importer.ui

  • Committer: kim
  • Date: 2014-02-22 17:13:52 UTC
  • Revision ID: kmgrds@gmail.com-20140222171352-iodi07d46m2boftw
2014

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>Importer</class>
 
4
 <widget class="QDialog" name="Importer">
 
5
  <property name="geometry">
 
6
   <rect>
 
7
    <x>0</x>
 
8
    <y>0</y>
 
9
    <width>400</width>
 
10
    <height>300</height>
 
11
   </rect>
 
12
  </property>
 
13
  <property name="windowTitle">
 
14
   <string>File Importer</string>
 
15
  </property>
 
16
  <property name="windowIcon">
 
17
   <iconset>
 
18
    <normaloff>:/images/images/gro.ico</normaloff>:/images/images/gro.ico</iconset>
 
19
  </property>
 
20
  <layout class="QGridLayout" name="gridLayout">
 
21
   <item row="2" column="0">
 
22
    <widget class="QDialogButtonBox" name="buttonBox">
 
23
     <property name="orientation">
 
24
      <enum>Qt::Horizontal</enum>
 
25
     </property>
 
26
     <property name="standardButtons">
 
27
      <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
 
28
     </property>
 
29
     <property name="centerButtons">
 
30
      <bool>false</bool>
 
31
     </property>
 
32
    </widget>
 
33
   </item>
 
34
   <item row="0" column="0">
 
35
    <layout class="QHBoxLayout" name="horizontalLayout">
 
36
     <item>
 
37
      <widget class="QLabel" name="label">
 
38
       <property name="text">
 
39
        <string/>
 
40
       </property>
 
41
       <property name="pixmap">
 
42
        <pixmap>:/images/images/alert.png</pixmap>
 
43
       </property>
 
44
      </widget>
 
45
     </item>
 
46
     <item>
 
47
      <widget class="QLabel" name="message">
 
48
       <property name="text">
 
49
        <string>Are you sure?</string>
 
50
       </property>
 
51
      </widget>
 
52
     </item>
 
53
    </layout>
 
54
   </item>
 
55
   <item row="1" column="0">
 
56
    <widget class="QListWidget" name="listWidget"/>
 
57
   </item>
 
58
  </layout>
 
59
 </widget>
 
60
 <resources/>
 
61
 <connections>
 
62
  <connection>
 
63
   <sender>buttonBox</sender>
 
64
   <signal>accepted()</signal>
 
65
   <receiver>Importer</receiver>
 
66
   <slot>accept()</slot>
 
67
   <hints>
 
68
    <hint type="sourcelabel">
 
69
     <x>248</x>
 
70
     <y>254</y>
 
71
    </hint>
 
72
    <hint type="destinationlabel">
 
73
     <x>157</x>
 
74
     <y>274</y>
 
75
    </hint>
 
76
   </hints>
 
77
  </connection>
 
78
  <connection>
 
79
   <sender>buttonBox</sender>
 
80
   <signal>rejected()</signal>
 
81
   <receiver>Importer</receiver>
 
82
   <slot>reject()</slot>
 
83
   <hints>
 
84
    <hint type="sourcelabel">
 
85
     <x>316</x>
 
86
     <y>260</y>
 
87
    </hint>
 
88
    <hint type="destinationlabel">
 
89
     <x>286</x>
 
90
     <y>274</y>
 
91
    </hint>
 
92
   </hints>
 
93
  </connection>
 
94
 </connections>
 
95
</ui>