corregidos algunos problemas en las "webs"

a?adida nueva imagen de fondo para el di?logo sever_config

terminado el di?logo server_config
This commit is contained in:
Luis Ángel San Martín
2013-03-06 20:26:59 +01:00
parent 546dd330f0
commit ccf9ffa4bc
10 changed files with 131 additions and 53 deletions

View File

@ -9,6 +9,7 @@
#include <QProcess>
#include <QPixmap>
#include <QComboBox>
#include <QCheckBox>
class ServerConfigDialog : public QDialog
{
@ -18,6 +19,9 @@ Q_OBJECT
private:
QComboBox * ip;
QLineEdit * port;
QCheckBox * check;
QPushButton * close;
QPushButton * accept;
QLabel * qrCode;
@ -29,6 +33,7 @@ Q_OBJECT
void generateQR(const QString & serverAddress);
void regenerateQR(const QString & ip);
void updateImage();
void enableServer(int status);
signals:
void portChanged(QString port);