/[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 1461 by schoenebeck, Sun Oct 28 23:30:36 2007 UTC revision 1486 by schoenebeck, Sat Nov 17 02:02:28 2007 UTC
# Line 2  Line 2 
2   <author>rncbc aka Rui Nuno Capela</author>   <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) 2004-2006, 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 44  Line 45 
45     <string>Qsampler: Devices</string>     <string>Qsampler: Devices</string>
46    </property>    </property>
47    <property name="windowIcon" >    <property name="windowIcon" >
48     <iconset resource="../pixmaps.qrc" >:/qsampler/pixmaps/icons/qsamplerDevice.png</iconset>     <iconset resource="../icons/qsampler.qrc" >:/icons/qsamplerDevice.png</iconset>
49    </property>    </property>
50    <layout class="QVBoxLayout" >    <layout class="QVBoxLayout" >
51     <property name="margin" >     <property name="margin" >
# Line 143  Line 144 
144          </layout>          </layout>
145         </item>         </item>
146         <item>         <item>
147          <widget class="QTableView" name="DeviceParamTable" />          <widget class="QTableView" name="DeviceParamTable" >
148             <property name="alternatingRowColors" >
149              <bool>true</bool>
150             </property>
151             <property name="showGrid" >
152              <bool>false</bool>
153             </property>
154            </widget>
155         </item>         </item>
156         <item>         <item>
157          <layout class="QHBoxLayout" >          <layout class="QHBoxLayout" >
# Line 200  Line 208 
208          </layout>          </layout>
209         </item>         </item>
210         <item>         <item>
211          <widget class="QTableView" name="DevicePortParamTable" />          <widget class="QTableView" name="DevicePortParamTable" >
212             <property name="alternatingRowColors" >
213              <bool>true</bool>
214             </property>
215             <property name="showGrid" >
216              <bool>false</bool>
217             </property>
218            </widget>
219         </item>         </item>
220        </layout>        </layout>
221       </item>       </item>
# Line 223  Line 238 
238          <string>&amp;Refresh</string>          <string>&amp;Refresh</string>
239         </property>         </property>
240         <property name="icon" >         <property name="icon" >
241          <iconset resource="../pixmaps.qrc" >:/qsampler/pixmaps/icons/formRefresh.png</iconset>          <iconset resource="../icons/qsampler.qrc" >:/icons/formRefresh.png</iconset>
242         </property>         </property>
243         <property name="shortcut" >         <property name="shortcut" >
244          <string>Alt+R</string>          <string>Alt+R</string>
# Line 255  Line 270 
270          <string>&amp;Create</string>          <string>&amp;Create</string>
271         </property>         </property>
272         <property name="icon" >         <property name="icon" >
273          <iconset resource="../pixmaps.qrc" >:/qsampler/pixmaps/icons/deviceCreate.png</iconset>          <iconset resource="../icons/qsampler.qrc" >:/icons/deviceCreate.png</iconset>
274         </property>         </property>
275         <property name="shortcut" >         <property name="shortcut" >
276          <string>Alt+C</string>          <string>Alt+C</string>
# Line 271  Line 286 
286          <string>&amp;Delete</string>          <string>&amp;Delete</string>
287         </property>         </property>
288         <property name="icon" >         <property name="icon" >
289          <iconset resource="../pixmaps.qrc" >:/qsampler/pixmaps/icons/deviceDelete.png</iconset>          <iconset resource="../icons/qsampler.qrc" >:/icons/deviceDelete.png</iconset>
290         </property>         </property>
291         <property name="shortcut" >         <property name="shortcut" >
292          <string>Alt+D</string>          <string>Alt+D</string>
# Line 287  Line 302 
302          <string>Close</string>          <string>Close</string>
303         </property>         </property>
304         <property name="icon" >         <property name="icon" >
305          <iconset resource="../pixmaps.qrc" >:/qsampler/pixmaps/icons/formReject.png</iconset>          <iconset resource="../icons/qsampler.qrc" >:/icons/formReject.png</iconset>
306         </property>         </property>
307         <property name="shortcut" >         <property name="shortcut" >
308          <string/>          <string/>
# Line 299  Line 314 
314    </layout>    </layout>
315   </widget>   </widget>
316   <layoutdefault spacing="4" margin="4" />   <layoutdefault spacing="4" margin="4" />
  <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>  
317   <tabstops>   <tabstops>
318    <tabstop>DeviceListView</tabstop>    <tabstop>DeviceListView</tabstop>
319    <tabstop>RefreshDevicesPushButton</tabstop>    <tabstop>RefreshDevicesPushButton</tabstop>
# Line 309  Line 323 
323    <tabstop>DeleteDevicePushButton</tabstop>    <tabstop>DeleteDevicePushButton</tabstop>
324    <tabstop>ClosePushButton</tabstop>    <tabstop>ClosePushButton</tabstop>
325   </tabstops>   </tabstops>
  <includes>  
   <include location="local" >qsamplerDevice.h</include>  
  </includes>  
326   <resources>   <resources>
327    <include location="../pixmaps.qrc" />    <include location="../icons/qsampler.qrc" />
328   </resources>   </resources>
  <connections>  
   <connection>  
    <sender>DeviceListView</sender>  
    <signal>selectionChanged()</signal>  
    <receiver>qsamplerDeviceForm</receiver>  
    <slot>selectDevice()</slot>  
    <hints>  
     <hint type="sourcelabel" >  
      <x>20</x>  
      <y>20</y>  
     </hint>  
     <hint type="destinationlabel" >  
      <x>20</x>  
      <y>20</y>  
     </hint>  
    </hints>  
   </connection>  
   <connection>  
    <sender>RefreshDevicesPushButton</sender>  
    <signal>clicked()</signal>  
    <receiver>qsamplerDeviceForm</receiver>  
    <slot>refreshDevices()</slot>  
    <hints>  
     <hint type="sourcelabel" >  
      <x>20</x>  
      <y>20</y>  
     </hint>  
     <hint type="destinationlabel" >  
      <x>20</x>  
      <y>20</y>  
     </hint>  
    </hints>  
   </connection>  
   <connection>  
    <sender>DriverNameComboBox</sender>  
    <signal>activated(QString)</signal>  
    <receiver>qsamplerDeviceForm</receiver>  
    <slot>selectDriver(QString)</slot>  
    <hints>  
     <hint type="sourcelabel" >  
      <x>20</x>  
      <y>20</y>  
     </hint>  
     <hint type="destinationlabel" >  
      <x>20</x>  
      <y>20</y>  
     </hint>  
    </hints>  
   </connection>  
   <connection>  
    <sender>DevicePortComboBox</sender>  
    <signal>activated(int)</signal>  
    <receiver>qsamplerDeviceForm</receiver>  
    <slot>selectDevicePort(int)</slot>  
    <hints>  
     <hint type="sourcelabel" >  
      <x>20</x>  
      <y>20</y>  
     </hint>  
     <hint type="destinationlabel" >  
      <x>20</x>  
      <y>20</y>  
     </hint>  
    </hints>  
   </connection>  
   <connection>  
    <sender>CreateDevicePushButton</sender>  
    <signal>clicked()</signal>  
    <receiver>qsamplerDeviceForm</receiver>  
    <slot>createDevice()</slot>  
    <hints>  
     <hint type="sourcelabel" >  
      <x>20</x>  
      <y>20</y>  
     </hint>  
     <hint type="destinationlabel" >  
      <x>20</x>  
      <y>20</y>  
     </hint>  
    </hints>  
   </connection>  
   <connection>  
    <sender>DeleteDevicePushButton</sender>  
    <signal>clicked()</signal>  
    <receiver>qsamplerDeviceForm</receiver>  
    <slot>deleteDevice()</slot>  
    <hints>  
     <hint type="sourcelabel" >  
      <x>20</x>  
      <y>20</y>  
     </hint>  
     <hint type="destinationlabel" >  
      <x>20</x>  
      <y>20</y>  
     </hint>  
    </hints>  
   </connection>  
   <connection>  
    <sender>ClosePushButton</sender>  
    <signal>clicked()</signal>  
    <receiver>qsamplerDeviceForm</receiver>  
    <slot>close()</slot>  
    <hints>  
     <hint type="sourcelabel" >  
      <x>20</x>  
      <y>20</y>  
     </hint>  
     <hint type="destinationlabel" >  
      <x>20</x>  
      <y>20</y>  
     </hint>  
    </hints>  
   </connection>  
  </connections>  
329  </ui>  </ui>

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

  ViewVC Help
Powered by ViewVC