/[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 442 by capela, Thu Mar 10 15:48:38 2005 UTC revision 452 by capela, Sun Mar 13 22:06:59 2005 UTC
# Line 28  Line 28 
28          <rect>          <rect>
29              <x>0</x>              <x>0</x>
30              <y>0</y>              <y>0</y>
31              <width>542</width>              <width>544</width>
32              <height>331</height>              <height>343</height>
33          </rect>          </rect>
34      </property>      </property>
35      <property name="sizePolicy">      <property name="sizePolicy">
# Line 44  Line 44 
44          <string>Devices</string>          <string>Devices</string>
45      </property>      </property>
46      <property name="icon">      <property name="icon">
47          <pixmap>qsamplerChannel.png</pixmap>          <pixmap>qsamplerDevice.png</pixmap>
48      </property>      </property>
49      <property name="focusPolicy">      <property name="focusPolicy">
50          <enum>StrongFocus</enum>          <enum>StrongFocus</enum>
# Line 113  Line 113 
113                          </property>                          </property>
114                          <property name="font">                          <property name="font">
115                              <font>                              <font>
                                 <pointsize>10</pointsize>  
116                                  <bold>1</bold>                                  <bold>1</bold>
117                              </font>                              </font>
118                          </property>                          </property>
# Line 192  Line 191 
191                      <property name="accel">                      <property name="accel">
192                          <string>Alt+R</string>                          <string>Alt+R</string>
193                      </property>                      </property>
194                        <property name="iconSet">
195                            <iconset>formRefresh.png</iconset>
196                        </property>
197                      <property name="toolTip" stdset="0">                      <property name="toolTip" stdset="0">
198                          <string>refresh device list view</string>                          <string>refresh device list view</string>
199                      </property>                      </property>
# Line 223  Line 225 
225                      <property name="accel">                      <property name="accel">
226                          <string>Alt+C</string>                          <string>Alt+C</string>
227                      </property>                      </property>
228                        <property name="iconSet">
229                            <iconset>deviceCreate.png</iconset>
230                        </property>
231                      <property name="toolTip" stdset="0">                      <property name="toolTip" stdset="0">
232                          <string>Create current device</string>                          <string>Create current device</string>
233                      </property>                      </property>
# Line 237  Line 242 
242                      <property name="accel">                      <property name="accel">
243                          <string>Alt+D</string>                          <string>Alt+D</string>
244                      </property>                      </property>
245                        <property name="iconSet">
246                            <iconset>deviceDelete.png</iconset>
247                        </property>
248                      <property name="toolTip" stdset="0">                      <property name="toolTip" stdset="0">
249                          <string>Delete current device</string>                          <string>Delete current device</string>
250                      </property>                      </property>
# Line 251  Line 259 
259                      <property name="accel">                      <property name="accel">
260                          <string></string>                          <string></string>
261                      </property>                      </property>
262                        <property name="iconSet">
263                            <iconset>formReject.png</iconset>
264                        </property>
265                      <property name="toolTip" stdset="0">                      <property name="toolTip" stdset="0">
266                          <string>Close this dialog</string>                          <string>Close this dialog</string>
267                      </property>                      </property>
# Line 279  Line 290 
290  </customwidgets>  </customwidgets>
291  <images>  <images>
292      <image name="image0">      <image name="image0">
293          <data format="XPM.GZ" length="45">789cd3d7528808f055d0d2e72a2e492cc94c5648ce482c52d04a29cdcdad8c8eb5ade6523250004143a55a6b2e0026630c4f</data>          <data format="XBM.GZ" length="79">789c534e494dcbcc4b554829cdcdad8c2fcf4c29c95030e0524611cd48cd4ccf28010a1797249664262b2467241641a592324b8aa363156c15aab914146aadb90067111b1f</data>
294      </image>      </image>
295  </images>  </images>
296  <connections>  <connections>
# Line 290  Line 301 
301          <slot>selectDevice()</slot>          <slot>selectDevice()</slot>
302      </connection>      </connection>
303      <connection>      <connection>
304            <sender>DeviceListView</sender>
305            <signal>contextMenuRequested(QListViewItem*,const QPoint&amp;,int)</signal>
306            <receiver>qsamplerDeviceForm</receiver>
307            <slot>contextMenu(QListViewItem*,const QPoint&amp;,int)</slot>
308        </connection>
309        <connection>
310          <sender>RefreshDevicesPushButton</sender>          <sender>RefreshDevicesPushButton</sender>
311          <signal>clicked()</signal>          <signal>clicked()</signal>
312          <receiver>qsamplerDeviceForm</receiver>          <receiver>qsamplerDeviceForm</receiver>
# Line 346  Line 363 
363      <variable access="private">qsamplerDeviceItem *m_pMidiItems;</variable>      <variable access="private">qsamplerDeviceItem *m_pMidiItems;</variable>
364  </variables>  </variables>
365  <slots>  <slots>
366        <slot specifier="non virtual">contextMenu(QListViewItem *, const QPoint&amp;, int)</slot>
367      <slot specifier="non virtual">createDevice()</slot>      <slot specifier="non virtual">createDevice()</slot>
368      <slot specifier="non virtual">deleteDevice()</slot>      <slot specifier="non virtual">deleteDevice()</slot>
369      <slot specifier="non virtual">refreshDevices()</slot>      <slot specifier="non virtual">refreshDevices()</slot>

Legend:
Removed from v.442  
changed lines
  Added in v.452

  ViewVC Help
Powered by ViewVC