android gui tweaks
This commit is contained in:
@@ -18,6 +18,8 @@
|
|||||||
#include "changecontentdialogimpl.h"
|
#include "changecontentdialogimpl.h"
|
||||||
// #include "session.h"
|
// #include "session.h"
|
||||||
#include "configfile.h"
|
#include "configfile.h"
|
||||||
|
#include <QtGui>
|
||||||
|
#include <QtCore>
|
||||||
|
|
||||||
changeContentDialogImpl::changeContentDialogImpl(QWidget *parent, ConfigFile *config, DialogType t)
|
changeContentDialogImpl::changeContentDialogImpl(QWidget *parent, ConfigFile *config, DialogType t)
|
||||||
: QDialog(parent), myConfig(config), myType(t)
|
: QDialog(parent), myConfig(config), myType(t)
|
||||||
|
|||||||
@@ -24,8 +24,6 @@
|
|||||||
#include "ui_changecontentdialog.h"
|
#include "ui_changecontentdialog.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <QtCore>
|
|
||||||
|
|
||||||
enum DialogType { CHANGE_HUMAN_PLAYER_NAME=0, CHANGE_NICK_ALREADY_IN_USE, CHANGE_NICK_INVALID, CHANGE_INET_BAD_GAME_NAME, CHANGE_INET_GAME_NAME_IN_USE };
|
enum DialogType { CHANGE_HUMAN_PLAYER_NAME=0, CHANGE_NICK_ALREADY_IN_USE, CHANGE_NICK_INVALID, CHANGE_INET_BAD_GAME_NAME, CHANGE_INET_GAME_NAME_IN_USE };
|
||||||
|
|
||||||
class ConfigFile;
|
class ConfigFile;
|
||||||
|
|||||||
@@ -29,18 +29,9 @@
|
|||||||
<bool>true</bool>
|
<bool>true</bool>
|
||||||
</property>
|
</property>
|
||||||
<layout class="QGridLayout" name="gridLayout_3">
|
<layout class="QGridLayout" name="gridLayout_3">
|
||||||
<property name="leftMargin">
|
<property name="margin">
|
||||||
<number>0</number>
|
<number>0</number>
|
||||||
</property>
|
</property>
|
||||||
<property name="topMargin">
|
|
||||||
<number>10</number>
|
|
||||||
</property>
|
|
||||||
<property name="rightMargin">
|
|
||||||
<number>0</number>
|
|
||||||
</property>
|
|
||||||
<property name="bottomMargin">
|
|
||||||
<number>20</number>
|
|
||||||
</property>
|
|
||||||
<property name="spacing">
|
<property name="spacing">
|
||||||
<number>0</number>
|
<number>0</number>
|
||||||
</property>
|
</property>
|
||||||
|
|||||||
Reference in New Issue
Block a user