--- qsampler/trunk/src/qsamplerDeviceForm.ui 2005/03/09 20:55:04 436 +++ qsampler/trunk/src/qsamplerDeviceForm.ui 2005/03/15 11:39:12 462 @@ -20,7 +20,7 @@ rncbc aka Rui Nuno Capela - + qsamplerDeviceForm @@ -28,8 +28,8 @@ 0 0 - 542 - 331 + 544 + 343 @@ -44,7 +44,7 @@ Devices - qsamplerChannel.png + qsamplerDevice.png StrongFocus @@ -113,7 +113,6 @@ - 10 1 @@ -192,6 +191,9 @@ Alt+R + + formRefresh.png + refresh device list view @@ -223,6 +225,9 @@ Alt+C + + deviceCreate.png + Create current device @@ -237,6 +242,9 @@ Alt+D + + deviceDelete.png + Delete current device @@ -251,6 +259,9 @@ + + formReject.png + Close this dialog @@ -279,7 +290,7 @@ - 789cd3d7528808f055d0d2e72a2e492cc94c5648ce482c52d04a29cdcdad8c8eb5ade6523250004143a55a6b2e0026630c4f + 789c534e494dcbcc4b554829cdcdad8c2fcf4c29c95030e0524611cd48cd4ccf28010a1797249664262b2467241641a592324b8aa363156c15aab914146aadb90067111b1f @@ -290,6 +301,12 @@ selectDevice() + DeviceListView + contextMenuRequested(QListViewItem*,const QPoint&,int) + qsamplerDeviceForm + contextMenu(QListViewItem*,const QPoint&,int) + + RefreshDevicesPushButton clicked() qsamplerDeviceForm @@ -339,12 +356,14 @@ qsamplerMainForm *m_pMainForm; int m_iDirtySetup; - int m_iDirtyCount; lscp_client_t *m_pClient; bool m_bNewDevice; qsamplerDevice::qsamplerDeviceType m_deviceType; + qsamplerDeviceItem *m_pAudioItems; + qsamplerDeviceItem *m_pMidiItems; + contextMenu(QListViewItem *, const QPoint&, int) createDevice() deleteDevice() refreshDevices()