parent
5b1fef5431
commit
e390b1d382
@ -0,0 +1,57 @@
|
|||||||
|
/****************************************************************************
|
||||||
|
** Form interface generated from reading ui file './khdapsmonitorwidgetbase.ui'
|
||||||
|
**
|
||||||
|
** Created: Fri Jul 13 22:34:00 2012
|
||||||
|
**
|
||||||
|
** WARNING! All changes made in this file will be lost!
|
||||||
|
****************************************************************************/
|
||||||
|
|
||||||
|
#ifndef KHDAPSMONITORWIDGETBASE_H
|
||||||
|
#define KHDAPSMONITORWIDGETBASE_H
|
||||||
|
|
||||||
|
#include <qvariant.h>
|
||||||
|
#include <qpixmap.h>
|
||||||
|
#include <qwidget.h>
|
||||||
|
|
||||||
|
class QVBoxLayout;
|
||||||
|
class QHBoxLayout;
|
||||||
|
class QGridLayout;
|
||||||
|
class QSpacerItem;
|
||||||
|
class QFrame;
|
||||||
|
class QLabel;
|
||||||
|
class QListView;
|
||||||
|
class QListViewItem;
|
||||||
|
|
||||||
|
class KHDAPSMonitorWidgetBase : public QWidget
|
||||||
|
{
|
||||||
|
Q_OBJECT
|
||||||
|
|
||||||
|
public:
|
||||||
|
KHDAPSMonitorWidgetBase( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 );
|
||||||
|
~KHDAPSMonitorWidgetBase();
|
||||||
|
|
||||||
|
QFrame* frame3;
|
||||||
|
QLabel* mouseActivity;
|
||||||
|
QLabel* keyboardActivity;
|
||||||
|
QLabel* position;
|
||||||
|
QLabel* keyboardLabel;
|
||||||
|
QLabel* mouseLabel;
|
||||||
|
QLabel* positionLabel;
|
||||||
|
QListView* deviceList;
|
||||||
|
|
||||||
|
public slots:
|
||||||
|
virtual void device_selected();
|
||||||
|
|
||||||
|
protected:
|
||||||
|
QGridLayout* khdapsmonitorwidgetbaseLayout;
|
||||||
|
QGridLayout* frame3Layout;
|
||||||
|
|
||||||
|
protected slots:
|
||||||
|
virtual void languageChange();
|
||||||
|
|
||||||
|
private:
|
||||||
|
QPixmap image0;
|
||||||
|
|
||||||
|
};
|
||||||
|
|
||||||
|
#endif // KHDAPSMONITORWIDGETBASE_H
|
Loading…
Reference in new issue