--- qsampler/trunk/src/qsamplerDeviceForm.ui 2005/03/15 11:39:12 462 +++ qsampler/trunk/src/qsamplerDeviceForm.ui 2005/03/15 15:32:29 463 @@ -28,8 +28,8 @@ 0 0 - 544 - 343 + 536 + 301 @@ -55,7 +55,7 @@ - splitter3 + splitter1 Horizontal @@ -91,86 +91,137 @@ Device list - + - layout5 + splitter2 - + + Vertical + + - unnamed + layout4 - - - DeviceNameTextLabel - - - - 7 - 5 - 0 - 0 - - - - - 1 - - - - 4 - - - Device name - - - + - DeviceParamTable - - - - 7 - 7 - 0 - 0 - - - - - 360 - 260 - - - - StrongFocus - - - Device parameters - - - - - DriverNameComboBox - - - Driver type name + unnamed - - + + + DeviceNameTextLabel + + + + 7 + 5 + 0 + 0 + + + + + 1 + + + + 4 + + + Device name + + + + + DriverNameTextLabel + + + Dri&ver: + + + AlignVCenter|AlignRight + + + DriverNameComboBox + + + + + DeviceParamTable + + + + 7 + 7 + 0 + 0 + + + + + 360 + 120 + + + + StrongFocus + + + Device parameters + + + + + DriverNameComboBox + + + Driver type name + + + + + + + layout5 + + - DriverNameTextLabel - - - Dri&ver: + unnamed - - AlignVCenter|AlignRight - - - DriverNameComboBox - - - + + + DevicePortComboBox + + + Device port/channel + + + + + DevicePortParamTable + + + + 7 + 7 + 0 + 0 + + + + + 360 + 80 + + + + StrongFocus + + + Device port/channel parameters + + + + @@ -290,7 +341,7 @@ - 789c534e494dcbcc4b554829cdcdad8c2fcf4c29c95030e0524611cd48cd4ccf28010a1797249664262b2467241641a592324b8aa363156c15aab914146aadb90067111b1f + 789cd3d7528808f055d0d2e72a2e492cc94c5648ce482c52d04a29cdcdad8c8eb5ade6523250004143a55a6b2e0026630c4f @@ -319,6 +370,12 @@ selectDriver(const QString&) + DevicePortComboBox + activated(int) + qsamplerDeviceForm + selectDevicePort(int) + + CreateDevicePushButton clicked() qsamplerDeviceForm @@ -342,6 +399,8 @@ RefreshDevicesPushButton DriverNameComboBox DeviceParamTable + DevicePortComboBox + DevicePortParamTable CreateDevicePushButton DeleteDevicePushButton ClosePushButton @@ -363,13 +422,15 @@ qsamplerDeviceItem *m_pMidiItems; - contextMenu(QListViewItem *, const QPoint&, int) createDevice() deleteDevice() refreshDevices() selectDriver( const QString & sDriverName ) selectDevice() - changeValue( int iRow, int iCol ) + selectDevicePort( int iPort ) + changeDeviceParam( int iRow, int iCol ) + changeDevicePortParam( int iRow, int iCol ) + contextMenu(QListViewItem *, const QPoint&, int) stabilizeForm() @@ -383,5 +444,6 @@ qsamplerdeviceparamtable.h + qsamplerdeviceparamtable.h