~melizeche/pinp/gui

« back to all changes in this revision

Viewing changes to gui.ui

  • Committer: Marcelo Elizeche Landó
  • Date: 2010-03-18 15:53:32 UTC
  • Revision ID: melizeche@gmail.com-20100318155332-1nvom9p5tr8u1qtn
Empezamos la parte grafica, no anda nada

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
 <author>Marcelo Elizeche Landó</author>
 
4
 <class>MainWindow</class>
 
5
 <widget class="QMainWindow" name="MainWindow">
 
6
  <property name="geometry">
 
7
   <rect>
 
8
    <x>0</x>
 
9
    <y>0</y>
 
10
    <width>563</width>
 
11
    <height>546</height>
 
12
   </rect>
 
13
  </property>
 
14
  <property name="windowTitle">
 
15
   <string>PINP 0.6</string>
 
16
  </property>
 
17
  <widget class="QWidget" name="centralwidget">
 
18
   <widget class="QListWidget" name="listWidget">
 
19
    <property name="geometry">
 
20
     <rect>
 
21
      <x>30</x>
 
22
      <y>60</y>
 
23
      <width>391</width>
 
24
      <height>321</height>
 
25
     </rect>
 
26
    </property>
 
27
   </widget>
 
28
   <widget class="QLineEdit" name="lineEdit">
 
29
    <property name="geometry">
 
30
     <rect>
 
31
      <x>30</x>
 
32
      <y>30</y>
 
33
      <width>281</width>
 
34
      <height>24</height>
 
35
     </rect>
 
36
    </property>
 
37
   </widget>
 
38
   <widget class="QPushButton" name="searchButton">
 
39
    <property name="geometry">
 
40
     <rect>
 
41
      <x>320</x>
 
42
      <y>30</y>
 
43
      <width>97</width>
 
44
      <height>23</height>
 
45
     </rect>
 
46
    </property>
 
47
    <property name="text">
 
48
     <string>Buscar</string>
 
49
    </property>
 
50
   </widget>
 
51
   <widget class="QPushButton" name="pushButton">
 
52
    <property name="geometry">
 
53
     <rect>
 
54
      <x>30</x>
 
55
      <y>390</y>
 
56
      <width>97</width>
 
57
      <height>23</height>
 
58
     </rect>
 
59
    </property>
 
60
    <property name="text">
 
61
     <string>Download</string>
 
62
    </property>
 
63
   </widget>
 
64
  </widget>
 
65
  <widget class="QMenuBar" name="menubar">
 
66
   <property name="geometry">
 
67
    <rect>
 
68
     <x>0</x>
 
69
     <y>0</y>
 
70
     <width>563</width>
 
71
     <height>20</height>
 
72
    </rect>
 
73
   </property>
 
74
   <widget class="QMenu" name="menuPinp">
 
75
    <property name="title">
 
76
     <string>Pinp</string>
 
77
    </property>
 
78
    <addaction name="actionSalir"/>
 
79
   </widget>
 
80
   <addaction name="menuPinp"/>
 
81
  </widget>
 
82
  <widget class="QStatusBar" name="statusbar"/>
 
83
  <action name="actionSalir">
 
84
   <property name="text">
 
85
    <string>Salir</string>
 
86
   </property>
 
87
   <property name="shortcut">
 
88
    <string>Ctrl+Q</string>
 
89
   </property>
 
90
  </action>
 
91
 </widget>
 
92
 <resources/>
 
93
 <connections>
 
94
  <connection>
 
95
   <sender>actionSalir</sender>
 
96
   <signal>activated()</signal>
 
97
   <receiver>MainWindow</receiver>
 
98
   <slot>close()</slot>
 
99
   <hints>
 
100
    <hint type="sourcelabel">
 
101
     <x>-1</x>
 
102
     <y>-1</y>
 
103
    </hint>
 
104
    <hint type="destinationlabel">
 
105
     <x>399</x>
 
106
     <y>299</y>
 
107
    </hint>
 
108
   </hints>
 
109
  </connection>
 
110
  <connection>
 
111
   <sender>searchButton</sender>
 
112
   <signal>released()</signal>
 
113
   <receiver>lineEdit</receiver>
 
114
   <slot>clear()</slot>
 
115
   <hints>
 
116
    <hint type="sourcelabel">
 
117
     <x>368</x>
 
118
     <y>61</y>
 
119
    </hint>
 
120
    <hint type="destinationlabel">
 
121
     <x>170</x>
 
122
     <y>61</y>
 
123
    </hint>
 
124
   </hints>
 
125
  </connection>
 
126
 </connections>
 
127
</ui>