android gui tweaks
This commit is contained in:
@@ -18,6 +18,8 @@
|
||||
#include "changecontentdialogimpl.h"
|
||||
// #include "session.h"
|
||||
#include "configfile.h"
|
||||
#include <QtGui>
|
||||
#include <QtCore>
|
||||
|
||||
changeContentDialogImpl::changeContentDialogImpl(QWidget *parent, ConfigFile *config, DialogType t)
|
||||
: QDialog(parent), myConfig(config), myType(t)
|
||||
|
||||
@@ -24,8 +24,6 @@
|
||||
#include "ui_changecontentdialog.h"
|
||||
#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 };
|
||||
|
||||
class ConfigFile;
|
||||
|
||||
@@ -29,18 +29,9 @@
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
<layout class="QGridLayout" name="gridLayout_3">
|
||||
<property name="leftMargin">
|
||||
<property name="margin">
|
||||
<number>0</number>
|
||||
</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">
|
||||
<number>0</number>
|
||||
</property>
|
||||
|
||||
Reference in New Issue
Block a user