QXRD  0.11.16
qxrdwelcomerecentitem.h
Go to the documentation of this file.
1 #ifndef QXRDWELCOMERECENTITEM_H
2 #define QXRDWELCOMERECENTITEM_H
3 
4 #include <QCommandLinkButton>
5 #include "ui_qxrdwelcomerecentitem.h"
6 
7 class QxrdWelcomeRecentItem : public QCommandLinkButton
8 {
9  Q_OBJECT
10 
11 public:
12  explicit QxrdWelcomeRecentItem(QWidget *parent = 0);
14 
15 protected:
16  void changeEvent(QEvent *e);
17 
18 private:
19  Ui::QxrdWelcomeRecentItem *ui;
20 };
21 
22 #endif // QXRDWELCOMERECENTITEM_H
QxrdWelcomeRecentItem(QWidget *parent=0)
Ui::QxrdWelcomeRecentItem * ui