gui modifications for resolution 800x480 (Maemo OS)

This commit is contained in:
floty
2012-02-03 16:49:27 +00:00
parent 878d25ad7c
commit c8827bd548
28 changed files with 5898 additions and 3369 deletions
+11
View File
@@ -20,6 +20,7 @@
#ifdef GUI_800x480
#include "ui_gametable_800x480.h"
#include "ui_tabs_800x480.h"
#else
#include "ui_gametable.h"
#endif
@@ -97,6 +98,11 @@ public:
void setSpeeds();
#ifdef GUI_800x480
Ui::tabs tabs;
QDialog *tabsDiag;
#endif
signals:
void signalInitGui(int speed);
@@ -344,6 +350,11 @@ public slots:
void soundEvent_blindsWereSet(int);
void enableCallCheckPushButton();
#ifdef GUI_800x480
void tabsButtonClicked();
void tabsButtonClose();
#endif
private:
boost::shared_ptr<GuiInterface> myServerGuiInterface;