android gui changes

This commit is contained in:
doitux
2012-05-22 02:01:05 +02:00
parent efe8b8484a
commit fccebbe3c2
7 changed files with 44 additions and 29 deletions
+1 -2
View File
@@ -96,8 +96,7 @@ gameTableImpl::gameTableImpl(ConfigFile *c, QMainWindow *parent)
tabsDiag = new QDialog(this);
tabs.setupUi(tabsDiag);
#ifdef ANDROID
tabsDiag->setStyleSheet("QDialog { font: 26px; background-image: url(\""+myGameTableStyle->getTable()+"\"); background-position: bottom center; background-origin: content; background-repeat: no-repeat;}");
tabs.frame->setStyleSheet("QObject { background-color: rgba(0, 0, 0, 100); }");
tabsDiag->setStyleSheet("QObject { font: 26px; } QDialog { background-image: url(:/android/android-data/gfx/gui/table/default_800x480/table_dark.png); background-position: bottom center; background-origin: content; background-repeat: no-repeat;}");
#endif
tabs.label_chance->setMyStyle(myGameTableStyle);
#else
+1 -1
View File
@@ -26,7 +26,7 @@ class MyLeftTabWidget : public QTabWidget
{
Q_OBJECT
public:
MyLeftTabWidget(QGroupBox*);
MyLeftTabWidget(QGroupBox*);
~MyLeftTabWidget();
+1 -1
View File
@@ -25,7 +25,7 @@ class MyRightTabWidget : public QTabWidget
{
Q_OBJECT
public:
MyRightTabWidget(QGroupBox*);
MyRightTabWidget(QGroupBox*);
~MyRightTabWidget();