Work on wxUI and UsersDialog
This commit is contained in:
@@ -24,6 +24,7 @@ class ImportEngine;
|
||||
|
||||
#include <QFrame>
|
||||
#include <QLocale>
|
||||
#include <QHBoxLayout>
|
||||
#include <QVBoxLayout>
|
||||
#include <QScrollArea>
|
||||
#include <QPushButton>
|
||||
@@ -33,7 +34,7 @@ class ImportEngine;
|
||||
#include <qtranslator.h>
|
||||
#include <qtextcodec.h>
|
||||
|
||||
#define _(s) QObject::tr(s)
|
||||
#define _(s) QObject::trUtf8(s)
|
||||
|
||||
class KissCount;
|
||||
class KissPanel;
|
||||
@@ -77,7 +78,8 @@ private slots:
|
||||
|
||||
private:
|
||||
KissCount *_kiss;
|
||||
QVBoxLayout *_vbox, *_buttonsBox;
|
||||
QVBoxLayout *_vbox;
|
||||
QHBoxLayout *_buttonsBox;
|
||||
KissPanel *_curPanel;
|
||||
std::vector<KissPanel*> _panels;
|
||||
std::vector<QPushButton*> _buttons;
|
||||
|
Reference in New Issue
Block a user