/[svn]/qsampler/trunk/src/qsamplerDeviceForm.ui
ViewVC logotype

Diff of /qsampler/trunk/src/qsamplerDeviceForm.ui

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 430 by capela, Tue Mar 8 17:23:29 2005 UTC revision 1486 by schoenebeck, Sat Nov 17 02:02:28 2007 UTC
# Line 1  Line 1 
1  <!DOCTYPE UI><UI version="3.1" stdsetdef="1">  <ui version="4.0" >
2  <class>qsamplerDeviceForm</class>   <author>rncbc aka Rui Nuno Capela</author>
3  <comment>qsampler - A LinuxSampler Qt GUI Interface.   <comment>qsampler - A LinuxSampler Qt GUI Interface.
4    
5     Copyright (C) 2005, rncbc aka Rui Nuno Capela. All rights reserved.     Copyright (C) 2004-2007, rncbc aka Rui Nuno Capela. All rights reserved.
6       Copyright (C) 2007, Christian Schoenebeck
7    
8     This program is free software; you can redistribute it and/or     This program is free software; you can redistribute it and/or
9     modify it under the terms of the GNU General Public License     modify it under the terms of the GNU General Public License
# Line 14  Line 15 
15     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16     GNU General Public License for more details.     GNU General Public License for more details.
17    
18     You should have received a copy of the GNU General Public License     You should have received a copy of the GNU General Public License along
19     along with this program; if not, write to the Free Software     with this program; if not, write to the Free Software Foundation, Inc.,
20     Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.     51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
21    
22  </comment>  </comment>
23  <author>rncbc aka Rui Nuno Capela</author>   <class>qsamplerDeviceForm</class>
24  <widget class="QDialog">   <widget class="QDialog" name="qsamplerDeviceForm" >
25      <property name="name">    <property name="geometry" >
26          <cstring>qsamplerDeviceForm</cstring>     <rect>
27      </property>      <x>0</x>
28      <property name="geometry">      <y>0</y>
29          <rect>      <width>601</width>
30              <x>0</x>      <height>378</height>
31              <y>0</y>     </rect>
32              <width>604</width>    </property>
33              <height>329</height>    <property name="sizePolicy" >
34          </rect>     <sizepolicy>
35      </property>      <hsizetype>7</hsizetype>
36      <property name="sizePolicy">      <vsizetype>1</vsizetype>
37          <sizepolicy>      <horstretch>0</horstretch>
38              <hsizetype>7</hsizetype>      <verstretch>0</verstretch>
39              <vsizetype>1</vsizetype>     </sizepolicy>
40              <horstretch>0</horstretch>    </property>
41              <verstretch>0</verstretch>    <property name="focusPolicy" >
42          </sizepolicy>     <enum>Qt::StrongFocus</enum>
43      </property>    </property>
44      <property name="caption">    <property name="windowTitle" >
45          <string>Devices</string>     <string>Qsampler: Devices</string>
46      </property>    </property>
47      <property name="icon">    <property name="windowIcon" >
48          <pixmap>qsamplerChannel.png</pixmap>     <iconset resource="../icons/qsampler.qrc" >:/icons/qsamplerDevice.png</iconset>
49      </property>    </property>
50      <property name="focusPolicy">    <layout class="QVBoxLayout" >
51          <enum>StrongFocus</enum>     <property name="margin" >
52      </property>      <number>9</number>
53      <hbox>     </property>
54          <property name="name">     <property name="spacing" >
55              <cstring>unnamed</cstring>      <number>6</number>
56          </property>     </property>
57          <widget class="QSplitter">     <item>
58              <property name="name">      <layout class="QHBoxLayout" >
59                  <cstring>DeviceSplitter</cstring>       <property name="margin" >
60              </property>        <number>0</number>
61              <property name="orientation">       </property>
62                  <enum>Horizontal</enum>       <property name="spacing" >
63              </property>        <number>6</number>
64              <widget class="QLayoutWidget">       </property>
65                  <property name="name">       <item>
66                      <cstring>layout1</cstring>        <widget class="QTreeWidget" name="DeviceListView" >
67                  </property>         <property name="minimumSize" >
68                  <grid>          <size>
69                      <property name="name">           <width>160</width>
70                          <cstring>unnamed</cstring>           <height>0</height>
71                      </property>          </size>
72                      <widget class="QPushButton" row="1" column="1">         </property>
73                          <property name="name">         <property name="toolTip" >
74                              <cstring>SaveDevicesPushButton</cstring>          <string>Device list</string>
75                          </property>         </property>
76                          <property name="minimumSize">        </widget>
77                              <size>       </item>
78                                  <width>0</width>       <item>
79                                  <height>28</height>        <layout class="QVBoxLayout" >
80                              </size>         <property name="margin" >
81                          </property>          <number>0</number>
82                          <property name="maximumSize">         </property>
83                              <size>         <property name="spacing" >
84                                  <width>32767</width>          <number>6</number>
85                                  <height>28</height>         </property>
86                              </size>         <item>
87                          </property>          <layout class="QHBoxLayout" >
88                          <property name="text">           <property name="margin" >
89                              <string>&amp;Save...</string>            <number>0</number>
90                          </property>           </property>
91                          <property name="accel">           <property name="spacing" >
92                              <string>Alt+S</string>            <number>6</number>
93                          </property>           </property>
94                          <property name="iconSet">           <item>
95                              <iconset>fileSave.png</iconset>            <widget class="QLabel" name="DeviceNameTextLabel" >
96                          </property>             <property name="sizePolicy" >
97                          <property name="toolTip" stdset="0">              <sizepolicy>
98                              <string>Save device configuration to file</string>               <hsizetype>7</hsizetype>
99                          </property>               <vsizetype>5</vsizetype>
100                      </widget>               <horstretch>0</horstretch>
101                      <spacer row="1" column="2">               <verstretch>0</verstretch>
102                          <property name="name">              </sizepolicy>
103                              <cstring>spacer1</cstring>             </property>
104                          </property>             <property name="font" >
105                          <property name="orientation">              <font>
106                              <enum>Horizontal</enum>               <weight>75</weight>
107                          </property>               <bold>true</bold>
108                          <property name="sizeType">              </font>
109                              <enum>Expanding</enum>             </property>
110                          </property>             <property name="toolTip" >
111                          <property name="sizeHint">              <string>Device name</string>
112                              <size>             </property>
113                                  <width>24</width>             <property name="wordWrap" >
114                                  <height>16</height>              <bool>false</bool>
115                              </size>             </property>
116                          </property>             <property name="indent" >
117                      </spacer>              <number>4</number>
118                      <widget class="QPushButton" row="1" column="0">             </property>
119                          <property name="name">            </widget>
120                              <cstring>LoadDevicesPushButton</cstring>           </item>
121                          </property>           <item>
122                          <property name="minimumSize">            <widget class="QLabel" name="DriverNameTextLabel" >
123                              <size>             <property name="text" >
124                                  <width>0</width>              <string>Dri&amp;ver:</string>
125                                  <height>28</height>             </property>
126                              </size>             <property name="alignment" >
127                          </property>              <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
128                          <property name="maximumSize">             </property>
129                              <size>             <property name="wordWrap" >
130                                  <width>32767</width>              <bool>false</bool>
131                                  <height>28</height>             </property>
132                              </size>             <property name="buddy" >
133                          </property>              <cstring>DriverNameComboBox</cstring>
134                          <property name="text">             </property>
135                              <string>&amp;Load...</string>            </widget>
136                          </property>           </item>
137                          <property name="accel">           <item>
138                              <string>Alt+L</string>            <widget class="QComboBox" name="DriverNameComboBox" >
139                          </property>             <property name="toolTip" >
140                          <property name="iconSet">              <string>Driver type name</string>
141                              <iconset>fileOpen.png</iconset>             </property>
142                          </property>            </widget>
143                          <property name="toolTip" stdset="0">           </item>
144                              <string>Load device configuration from file</string>          </layout>
145                          </property>         </item>
146                      </widget>         <item>
147                      <widget class="QListView" row="0" column="0" rowspan="1" colspan="3">          <widget class="QTableView" name="DeviceParamTable" >
148                          <column>           <property name="alternatingRowColors" >
149                              <property name="text">            <bool>true</bool>
150                                  <string>Devices</string>           </property>
151                              </property>           <property name="showGrid" >
152                              <property name="clickable">            <bool>false</bool>
153                                  <bool>true</bool>           </property>
                             </property>  
                             <property name="resizable">  
                                 <bool>true</bool>  
                             </property>  
                         </column>  
                         <property name="name">  
                             <cstring>DeviceListView</cstring>  
                         </property>  
                         <property name="rootIsDecorated">  
                             <bool>true</bool>  
                         </property>  
                         <property name="resizeMode">  
                             <enum>LastColumn</enum>  
                         </property>  
                         <property name="toolTip" stdset="0">  
                             <string>Device list</string>  
                         </property>  
                     </widget>  
                 </grid>  
             </widget>  
             <widget class="QLayoutWidget">  
                 <property name="name">  
                     <cstring>layout4</cstring>  
                 </property>  
                 <grid>  
                     <property name="name">  
                         <cstring>unnamed</cstring>  
                     </property>  
                     <widget class="QPushButton" row="2" column="6">  
                         <property name="name">  
                             <cstring>ClosePushButton</cstring>  
                         </property>  
                         <property name="minimumSize">  
                             <size>  
                                 <width>0</width>  
                                 <height>28</height>  
                             </size>  
                         </property>  
                         <property name="maximumSize">  
                             <size>  
                                 <width>32767</width>  
                                 <height>28</height>  
                             </size>  
                         </property>  
                         <property name="text">  
                             <string>Close</string>  
                         </property>  
                         <property name="accel">  
                             <string></string>  
                         </property>  
                         <property name="toolTip" stdset="0">  
                             <string>Close this dialog</string>  
                         </property>  
                     </widget>  
                     <widget class="QPushButton" row="2" column="2">  
                         <property name="name">  
                             <cstring>UpdateDevicePushButton</cstring>  
                         </property>  
                         <property name="minimumSize">  
                             <size>  
                                 <width>0</width>  
                                 <height>28</height>  
                             </size>  
                         </property>  
                         <property name="maximumSize">  
                             <size>  
                                 <width>32767</width>  
                                 <height>28</height>  
                             </size>  
                         </property>  
                         <property name="text">  
                             <string>&amp;Update</string>  
                         </property>  
                         <property name="accel">  
                             <string>Alt+U</string>  
                         </property>  
                         <property name="toolTip" stdset="0">  
                             <string>Update current device</string>  
                         </property>  
                     </widget>  
                     <spacer row="2" column="5">  
                         <property name="name">  
                             <cstring>spacer3</cstring>  
                         </property>  
                         <property name="orientation">  
                             <enum>Horizontal</enum>  
                         </property>  
                         <property name="sizeType">  
                             <enum>Expanding</enum>  
                         </property>  
                         <property name="sizeHint">  
                             <size>  
                                 <width>38</width>  
                                 <height>20</height>  
                             </size>  
                         </property>  
                     </spacer>  
                     <spacer row="2" column="0">  
                         <property name="name">  
                             <cstring>spacer2</cstring>  
                         </property>  
                         <property name="orientation">  
                             <enum>Horizontal</enum>  
                         </property>  
                         <property name="sizeType">  
                             <enum>Minimum</enum>  
                         </property>  
                         <property name="sizeHint">  
                             <size>  
                                 <width>4</width>  
                                 <height>20</height>  
                             </size>  
                         </property>  
                     </spacer>  
                     <widget class="QPushButton" row="2" column="3" rowspan="1" colspan="2">  
                         <property name="name">  
                             <cstring>DeleteDevicePushButton</cstring>  
                         </property>  
                         <property name="minimumSize">  
                             <size>  
                                 <width>0</width>  
                                 <height>28</height>  
                             </size>  
                         </property>  
                         <property name="maximumSize">  
                             <size>  
                                 <width>32767</width>  
                                 <height>28</height>  
                             </size>  
                         </property>  
                         <property name="text">  
                             <string>&amp;Delete</string>  
                         </property>  
                         <property name="accel">  
                             <string>Alt+D</string>  
                         </property>  
                         <property name="toolTip" stdset="0">  
                             <string>Delete current device</string>  
                         </property>  
                     </widget>  
                     <widget class="QComboBox" row="0" column="6">  
                         <property name="name">  
                             <cstring>DriverNameComboBox</cstring>  
                         </property>  
                         <property name="toolTip" stdset="0">  
                             <string>Driver type name</string>  
                         </property>  
                     </widget>  
                     <widget class="QPushButton" row="2" column="1">  
                         <property name="name">  
                             <cstring>CreateDevicePushButton</cstring>  
                         </property>  
                         <property name="minimumSize">  
                             <size>  
                                 <width>0</width>  
                                 <height>28</height>  
                             </size>  
                         </property>  
                         <property name="maximumSize">  
                             <size>  
                                 <width>32767</width>  
                                 <height>28</height>  
                             </size>  
                         </property>  
                         <property name="text">  
                             <string>&amp;Create</string>  
                         </property>  
                         <property name="accel">  
                             <string>Alt+C</string>  
                         </property>  
                         <property name="toolTip" stdset="0">  
                             <string>Create current device</string>  
                         </property>  
                     </widget>  
                     <widget class="QLabel" row="0" column="4" rowspan="1" colspan="2">  
                         <property name="name">  
                             <cstring>DriverNameTextLabel</cstring>  
                         </property>  
                         <property name="text">  
                             <string>&amp;Driver:</string>  
                         </property>  
                         <property name="alignment">  
                             <set>AlignVCenter|AlignRight</set>  
                         </property>  
                         <property name="buddy" stdset="0">  
                             <cstring>DriverNameComboBox</cstring>  
                         </property>  
                     </widget>  
                     <widget class="qsamplerDeviceParamTable" row="1" column="0" rowspan="1" colspan="7">  
                         <property name="name">  
                             <cstring>DeviceParamTable</cstring>  
                         </property>  
                         <property name="sizePolicy">  
                             <sizepolicy>  
                                 <hsizetype>7</hsizetype>  
                                 <vsizetype>7</vsizetype>  
                                 <horstretch>0</horstretch>  
                                 <verstretch>0</verstretch>  
                             </sizepolicy>  
                         </property>  
                         <property name="minimumSize">  
                             <size>  
                                 <width>0</width>  
                                 <height>260</height>  
                             </size>  
                         </property>  
                         <property name="focusPolicy">  
                             <enum>StrongFocus</enum>  
                         </property>  
                         <property name="toolTip" stdset="0">  
                             <string>Device parameters</string>  
                         </property>  
                     </widget>  
                     <widget class="QLabel" row="0" column="0" rowspan="1" colspan="4">  
                         <property name="name">  
                             <cstring>DeviceNameTextLabel</cstring>  
                         </property>  
                         <property name="sizePolicy">  
                             <sizepolicy>  
                                 <hsizetype>7</hsizetype>  
                                 <vsizetype>5</vsizetype>  
                                 <horstretch>0</horstretch>  
                                 <verstretch>0</verstretch>  
                             </sizepolicy>  
                         </property>  
                         <property name="font">  
                             <font>  
                                 <pointsize>10</pointsize>  
                                 <bold>1</bold>  
                             </font>  
                         </property>  
                         <property name="text">  
                             <string></string>  
                         </property>  
                         <property name="toolTip" stdset="0">  
                             <string>Device name</string>  
                         </property>  
                     </widget>  
                 </grid>  
             </widget>  
154          </widget>          </widget>
155      </hbox>         </item>
156  </widget>         <item>
157  <customwidgets>          <layout class="QHBoxLayout" >
158      <customwidget>           <property name="margin" >
159          <class>qsamplerDeviceParamTable</class>            <number>0</number>
160          <header location="global">qsamplerDevice.h</header>           </property>
161          <sizehint>           <property name="spacing" >
162              <width>-1</width>            <number>6</number>
163              <height>-1</height>           </property>
164          </sizehint>           <item>
165          <container>0</container>            <spacer>
166          <sizepolicy>             <property name="orientation" >
167              <hordata>7</hordata>              <enum>Qt::Horizontal</enum>
168              <verdata>7</verdata>             </property>
169              <horstretch>0</horstretch>             <property name="sizeHint" >
170              <verstretch>0</verstretch>              <size>
171          </sizepolicy>               <width>40</width>
172          <pixmap>image0</pixmap>               <height>20</height>
173      </customwidget>              </size>
174  </customwidgets>             </property>
175  <images>            </spacer>
176      <image name="image0">           </item>
177          <data format="XPM.GZ" length="45">789cd3d7528808f055d0d2e72a2e492cc94c5648ce482c52d04a29cdcdad8c8eb5ade6523250004143a55a6b2e0026630c4f</data>           <item>
178      </image>            <widget class="QLabel" name="DevicePortTextLabel" >
179  </images>             <property name="text" >
180  <connections>              <string>Channel:</string>
181      <connection>             </property>
182          <sender>DeviceListView</sender>             <property name="alignment" >
183          <signal>selectionChanged()</signal>              <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
184          <receiver>qsamplerDeviceForm</receiver>             </property>
185          <slot>selectDevice()</slot>             <property name="wordWrap" >
186      </connection>              <bool>false</bool>
187      <connection>             </property>
188          <sender>LoadDevicesPushButton</sender>             <property name="buddy" >
189          <signal>clicked()</signal>              <cstring>DevicePortComboBox</cstring>
190          <receiver>qsamplerDeviceForm</receiver>             </property>
191          <slot>loadDevices()</slot>            </widget>
192      </connection>           </item>
193      <connection>           <item>
194          <sender>SaveDevicesPushButton</sender>            <widget class="QComboBox" name="DevicePortComboBox" >
195          <signal>clicked()</signal>             <property name="sizePolicy" >
196          <receiver>qsamplerDeviceForm</receiver>              <sizepolicy>
197          <slot>saveDevices()</slot>               <hsizetype>7</hsizetype>
198      </connection>               <vsizetype>0</vsizetype>
199      <connection>               <horstretch>0</horstretch>
200          <sender>DriverNameComboBox</sender>               <verstretch>0</verstretch>
201          <signal>activated(const QString&amp;)</signal>              </sizepolicy>
202          <receiver>qsamplerDeviceForm</receiver>             </property>
203          <slot>selectDriver(const QString&amp;)</slot>             <property name="toolTip" >
204      </connection>              <string>Device port/channel</string>
205      <connection>             </property>
206          <sender>CreateDevicePushButton</sender>            </widget>
207          <signal>clicked()</signal>           </item>
208          <receiver>qsamplerDeviceForm</receiver>          </layout>
209          <slot>createDevice()</slot>         </item>
210      </connection>         <item>
211      <connection>          <widget class="QTableView" name="DevicePortParamTable" >
212          <sender>UpdateDevicePushButton</sender>           <property name="alternatingRowColors" >
213          <signal>clicked()</signal>            <bool>true</bool>
214          <receiver>qsamplerDeviceForm</receiver>           </property>
215          <slot>updateDevice()</slot>           <property name="showGrid" >
216      </connection>            <bool>false</bool>
217      <connection>           </property>
218          <sender>DeleteDevicePushButton</sender>          </widget>
219          <signal>clicked()</signal>         </item>
220          <receiver>qsamplerDeviceForm</receiver>        </layout>
221          <slot>deleteDevice()</slot>       </item>
222      </connection>      </layout>
223      <connection>     </item>
224          <sender>ClosePushButton</sender>     <item>
225          <signal>clicked()</signal>      <layout class="QHBoxLayout" >
226          <receiver>qsamplerDeviceForm</receiver>       <property name="margin" >
227          <slot>close()</slot>        <number>0</number>
228      </connection>       </property>
229  </connections>       <property name="spacing" >
230  <tabstops>        <number>4</number>
231      <tabstop>DeviceListView</tabstop>       </property>
232      <tabstop>LoadDevicesPushButton</tabstop>       <item>
233      <tabstop>SaveDevicesPushButton</tabstop>        <widget class="QPushButton" name="RefreshDevicesPushButton" >
234      <tabstop>DeviceParamTable</tabstop>         <property name="toolTip" >
235      <tabstop>DriverNameComboBox</tabstop>          <string>Refresh device list view</string>
236      <tabstop>CreateDevicePushButton</tabstop>         </property>
237      <tabstop>UpdateDevicePushButton</tabstop>         <property name="text" >
238      <tabstop>DeleteDevicePushButton</tabstop>          <string>&amp;Refresh</string>
239      <tabstop>ClosePushButton</tabstop>         </property>
240  </tabstops>         <property name="icon" >
241  <includes>          <iconset resource="../icons/qsampler.qrc" >:/icons/formRefresh.png</iconset>
242      <include location="local" impldecl="in declaration">qsamplerDevice.h</include>         </property>
243      <include location="local" impldecl="in implementation">qsamplerDeviceForm.ui.h</include>         <property name="shortcut" >
244  </includes>          <string>Alt+R</string>
245  <forwards>         </property>
246      <forward>class qsamplerMainForm;</forward>        </widget>
247  </forwards>       </item>
248  <variables>       <item>
249      <variable access="private">qsamplerMainForm *m_pMainForm;</variable>        <spacer>
250      <variable access="private">int m_iDirtySetup;</variable>         <property name="orientation" >
251      <variable access="private">int m_iDirtyCount;</variable>          <enum>Qt::Horizontal</enum>
252      <variable access="private">int m_iUntitled;</variable>         </property>
253      <variable access="private">QString m_sFilename;</variable>         <property name="sizeType" >
254      <variable access="private">lscp_client_t *m_pClient;</variable>          <enum>QSizePolicy::Expanding</enum>
255      <variable access="private">bool m_bNewDevice;</variable>         </property>
256  </variables>         <property name="sizeHint" >
257  <slots>          <size>
258      <slot specifier="non virtual">contentsChanged()</slot>           <width>180</width>
259      <slot specifier="non virtual">loadDevices()</slot>           <height>20</height>
260      <slot specifier="non virtual">saveDevices()</slot>          </size>
261      <slot specifier="non virtual">createDevice()</slot>         </property>
262      <slot specifier="non virtual">updateDevice()</slot>        </spacer>
263      <slot specifier="non virtual">deleteDevice()</slot>       </item>
264      <slot specifier="non virtual">refreshDevices()</slot>       <item>
265      <slot specifier="non virtual">selectDriver( const QString &amp; sDriverName )</slot>        <widget class="QPushButton" name="CreateDevicePushButton" >
266      <slot specifier="non virtual">selectDevice()</slot>         <property name="toolTip" >
267      <slot specifier="non virtual">stabilizeForm()</slot>          <string>Create device</string>
268  </slots>         </property>
269  <functions>         <property name="text" >
270      <function access="private" specifier="non virtual">init()</function>          <string>&amp;Create</string>
271      <function access="private" specifier="non virtual">destroy()</function>         </property>
272      <function access="private" specifier="non virtual">showEvent( QShowEvent * pShowEvent )</function>         <property name="icon" >
273      <function access="private" specifier="non virtual">hideEvent( QHideEvent * pHideEvent )</function>          <iconset resource="../icons/qsampler.qrc" >:/icons/deviceCreate.png</iconset>
274      <function specifier="non virtual">setClient( lscp_client_t *pClient )</function>         </property>
275      <function specifier="non virtual" returnType="QString">devicesName( const QString &amp; sFilename )</function>         <property name="shortcut" >
276      <function specifier="non virtual" returnType="bool">queryClose()</function>          <string>Alt+C</string>
277      <function specifier="non virtual">loadDevicesFile( const QString &amp; sFilename )</function>         </property>
278      <function specifier="non virtual">saveDevicesFile( const QString &amp; sFilename )</function>        </widget>
279  </functions>       </item>
280  <pixmapinproject/>       <item>
281  <layoutdefaults spacing="4" margin="4"/>        <widget class="QPushButton" name="DeleteDevicePushButton" >
282  <includehints>         <property name="toolTip" >
283      <includehint>qsamplerdeviceparamtable.h</includehint>          <string>Delete device</string>
284  </includehints>         </property>
285  </UI>         <property name="text" >
286            <string>&amp;Delete</string>
287           </property>
288           <property name="icon" >
289            <iconset resource="../icons/qsampler.qrc" >:/icons/deviceDelete.png</iconset>
290           </property>
291           <property name="shortcut" >
292            <string>Alt+D</string>
293           </property>
294          </widget>
295         </item>
296         <item>
297          <widget class="QPushButton" name="ClosePushButton" >
298           <property name="toolTip" >
299            <string>Close this dialog</string>
300           </property>
301           <property name="text" >
302            <string>Close</string>
303           </property>
304           <property name="icon" >
305            <iconset resource="../icons/qsampler.qrc" >:/icons/formReject.png</iconset>
306           </property>
307           <property name="shortcut" >
308            <string/>
309           </property>
310          </widget>
311         </item>
312        </layout>
313       </item>
314      </layout>
315     </widget>
316     <layoutdefault spacing="4" margin="4" />
317     <tabstops>
318      <tabstop>DeviceListView</tabstop>
319      <tabstop>RefreshDevicesPushButton</tabstop>
320      <tabstop>DriverNameComboBox</tabstop>
321      <tabstop>DevicePortComboBox</tabstop>
322      <tabstop>CreateDevicePushButton</tabstop>
323      <tabstop>DeleteDevicePushButton</tabstop>
324      <tabstop>ClosePushButton</tabstop>
325     </tabstops>
326     <resources>
327      <include location="../icons/qsampler.qrc" />
328     </resources>
329    </ui>

Legend:
Removed from v.430  
changed lines
  Added in v.1486

  ViewVC Help
Powered by ViewVC