Projet

Général

Profil

Paste
Statistiques
| Branche: | Révision:

ryxeo-webphotoalbum-git / original.ui @ ef177d24

Historique | Voir | Annoter | Télécharger (1,77 ko)

1 ef177d24 Eric Seigne
<?xml version="1.0" encoding="UTF-8"?>
2
<ui version="4.0">
3
 <class>original</class>
4
 <widget class="QMainWindow" name="original">
5
  <property name="geometry">
6
   <rect>
7
    <x>0</x>
8
    <y>0</y>
9
    <width>738</width>
10
    <height>300</height>
11
   </rect>
12
  </property>
13
  <property name="windowTitle">
14
   <string>original</string>
15
  </property>
16
  <widget class="QWidget" name="centralWidget">
17
   <widget class="QPushButton" name="btnExport">
18
    <property name="geometry">
19
     <rect>
20
      <x>70</x>
21
      <y>70</y>
22
      <width>92</width>
23
      <height>27</height>
24
     </rect>
25
    </property>
26
    <property name="text">
27
     <string>PushButton</string>
28
    </property>
29
   </widget>
30
   <widget class="QLineEdit" name="leDest">
31
    <property name="geometry">
32
     <rect>
33
      <x>70</x>
34
      <y>40</y>
35
      <width>113</width>
36
      <height>27</height>
37
     </rect>
38
    </property>
39
    <property name="text">
40
     <string>/tmp/w</string>
41
    </property>
42
   </widget>
43
   <widget class="QLineEdit" name="leSource">
44
    <property name="geometry">
45
     <rect>
46
      <x>70</x>
47
      <y>10</y>
48
      <width>113</width>
49
      <height>27</height>
50
     </rect>
51
    </property>
52
    <property name="text">
53
     <string>/tmp/t</string>
54
    </property>
55
   </widget>
56
  </widget>
57
  <widget class="QMenuBar" name="menuBar">
58
   <property name="geometry">
59
    <rect>
60
     <x>0</x>
61
     <y>0</y>
62
     <width>738</width>
63
     <height>25</height>
64
    </rect>
65
   </property>
66
  </widget>
67
  <widget class="QToolBar" name="mainToolBar">
68
   <attribute name="toolBarArea">
69
    <enum>TopToolBarArea</enum>
70
   </attribute>
71
   <attribute name="toolBarBreak">
72
    <bool>false</bool>
73
   </attribute>
74
  </widget>
75
  <widget class="QStatusBar" name="statusBar"/>
76
 </widget>
77
 <layoutdefault spacing="6" margin="11"/>
78
 <resources/>
79
 <connections/>
80
</ui>
Redmine Appliance - Powered by TurnKey Linux