~ubuntu-branches/ubuntu/trusty/openmsx-debugger/trusty

« back to all changes in this revision

Viewing changes to src/ConnectDialog.ui

  • Committer: Bazaar Package Importer
  • Author(s): Joost Yervante Damad
  • Date: 2007-08-10 18:32:50 UTC
  • Revision ID: james.westby@ubuntu.com-20070810183250-hepyzcrl39slr4x1
Tags: upstream-0.0.0.svn20070518
ImportĀ upstreamĀ versionĀ 0.0.0.svn20070518

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<ui version="4.0" >
 
2
 <class>ConnectDialog</class>
 
3
 <widget class="QDialog" name="ConnectDialog" >
 
4
  <property name="geometry" >
 
5
   <rect>
 
6
    <x>0</x>
 
7
    <y>0</y>
 
8
    <width>382</width>
 
9
    <height>246</height>
 
10
   </rect>
 
11
  </property>
 
12
  <property name="windowTitle" >
 
13
   <string>Dialog</string>
 
14
  </property>
 
15
  <layout class="QGridLayout" >
 
16
   <property name="margin" >
 
17
    <number>9</number>
 
18
   </property>
 
19
   <property name="spacing" >
 
20
    <number>6</number>
 
21
   </property>
 
22
   <item row="0" column="0" >
 
23
    <widget class="QLabel" name="label" >
 
24
     <property name="text" >
 
25
      <string>Active sessions:</string>
 
26
     </property>
 
27
    </widget>
 
28
   </item>
 
29
   <item rowspan="2" row="0" column="1" >
 
30
    <layout class="QVBoxLayout" >
 
31
     <property name="margin" >
 
32
      <number>0</number>
 
33
     </property>
 
34
     <property name="spacing" >
 
35
      <number>6</number>
 
36
     </property>
 
37
     <item>
 
38
      <widget class="QPushButton" name="connectButton" >
 
39
       <property name="text" >
 
40
        <string>Connect</string>
 
41
       </property>
 
42
      </widget>
 
43
     </item>
 
44
     <item>
 
45
      <widget class="QPushButton" name="cancelButton" >
 
46
       <property name="text" >
 
47
        <string>Cancel</string>
 
48
       </property>
 
49
      </widget>
 
50
     </item>
 
51
     <item>
 
52
      <widget class="QPushButton" name="rescanButton" >
 
53
       <property name="text" >
 
54
        <string>Rescan</string>
 
55
       </property>
 
56
      </widget>
 
57
     </item>
 
58
     <item>
 
59
      <spacer>
 
60
       <property name="orientation" >
 
61
        <enum>Qt::Vertical</enum>
 
62
       </property>
 
63
       <property name="sizeHint" >
 
64
        <size>
 
65
         <width>20</width>
 
66
         <height>40</height>
 
67
        </size>
 
68
       </property>
 
69
      </spacer>
 
70
     </item>
 
71
    </layout>
 
72
   </item>
 
73
   <item row="1" column="0" >
 
74
    <widget class="QListWidget" name="listConnections" >
 
75
     <property name="selectionBehavior" >
 
76
      <enum>QAbstractItemView::SelectRows</enum>
 
77
     </property>
 
78
    </widget>
 
79
   </item>
 
80
  </layout>
 
81
 </widget>
 
82
 <resources/>
 
83
 <connections>
 
84
  <connection>
 
85
   <sender>cancelButton</sender>
 
86
   <signal>clicked()</signal>
 
87
   <receiver>ConnectDialog</receiver>
 
88
   <slot>reject()</slot>
 
89
   <hints>
 
90
    <hint type="sourcelabel" >
 
91
     <x>330</x>
 
92
     <y>66</y>
 
93
    </hint>
 
94
    <hint type="destinationlabel" >
 
95
     <x>197</x>
 
96
     <y>125</y>
 
97
    </hint>
 
98
   </hints>
 
99
  </connection>
 
100
 </connections>
 
101
</ui>