mirror of
https://github.com/YACReader/yacreader
synced 2025-07-22 23:15:14 -04:00
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:
@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user