00001 /**************************************************************************** 00002 ** Form interface generated from reading ui file 'OpenDevice.ui' 00003 ** 00004 ** Created: Fri Nov 17 00:56:25 2006 00005 ** by: The User Interface Compiler ($Id: _open_device_8h-source.html,v 1.2 2006/12/17 03:51:12 nemosoft Exp $) 00006 ** 00007 ** WARNING! All changes made in this file will be lost! 00008 ****************************************************************************/ 00009 00010 #ifndef COPENDEVICEDLG_H 00011 #define COPENDEVICEDLG_H 00012 00013 #include <qvariant.h> 00014 #include <qdialog.h> 00015 00016 class QVBoxLayout; 00017 class QHBoxLayout; 00018 class QGridLayout; 00019 class QSpacerItem; 00020 class QLabel; 00021 class QComboBox; 00022 class QPushButton; 00023 00024 class COpenDeviceDlg : public QDialog 00025 { 00026 Q_OBJECT 00027 00028 public: 00029 COpenDeviceDlg( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 ); 00030 ~COpenDeviceDlg(); 00031 00032 QLabel* TextLabel1; 00033 QComboBox* m_DeviceSelection; 00034 QLabel* TextLabel1_2; 00035 QComboBox* m_ViewerSelection; 00036 QPushButton* buttonOk; 00037 QPushButton* buttonCancel; 00038 00039 protected: 00040 QVBoxLayout* COpenDeviceDlgLayout; 00041 QHBoxLayout* Layout6; 00042 QHBoxLayout* Layout3; 00043 QHBoxLayout* Layout3_2; 00044 QSpacerItem* Horizontal_Spacing2; 00045 00046 protected slots: 00047 virtual void languageChange(); 00048 00049 }; 00050 00051 #endif // COPENDEVICEDLG_H