From fd47540ecd129173cbf7c7f265ebd9e03986ab68 Mon Sep 17 00:00:00 2001 From: Eelke Klein Date: Wed, 1 Feb 2017 20:11:21 +0100 Subject: [PATCH] Removed early prototype widget. --- pglab.pro | 3 - serverproperties.cpp | 14 ---- serverproperties.h | 22 ------ serverproperties.ui | 161 ------------------------------------------- 4 files changed, 200 deletions(-) delete mode 100644 serverproperties.cpp delete mode 100644 serverproperties.h delete mode 100644 serverproperties.ui diff --git a/pglab.pro b/pglab.pro index 44074e3..f56d2f2 100644 --- a/pglab.pro +++ b/pglab.pro @@ -17,7 +17,6 @@ LIBS += c:\prog\lib\libpq.lib User32.lib ws2_32.lib SOURCES += main.cpp\ mainwindow.cpp \ - serverproperties.cpp \ sqlparser.cpp \ PgsqlConn.cpp \ queryresultmodel.cpp \ @@ -54,7 +53,6 @@ SOURCES += main.cpp\ MasterController.cpp HEADERS += mainwindow.h \ - serverproperties.h \ sqlparser.h \ PgsqlConn.h \ queryresultmodel.h \ @@ -91,7 +89,6 @@ HEADERS += mainwindow.h \ MasterController.h FORMS += mainwindow.ui \ - serverproperties.ui \ databasewindow.ui \ connectionmanagerwindow.ui \ databaseinspectorwidget.ui \ diff --git a/serverproperties.cpp b/serverproperties.cpp deleted file mode 100644 index a644735..0000000 --- a/serverproperties.cpp +++ /dev/null @@ -1,14 +0,0 @@ -#include "serverproperties.h" -#include "ui_serverproperties.h" - -ServerProperties::ServerProperties(QWidget *parent) : - QDialog(parent), - ui(new Ui::ServerProperties) -{ - ui->setupUi(this); -} - -ServerProperties::~ServerProperties() -{ - delete ui; -} diff --git a/serverproperties.h b/serverproperties.h deleted file mode 100644 index 0baff08..0000000 --- a/serverproperties.h +++ /dev/null @@ -1,22 +0,0 @@ -#ifndef SERVERPROPERTIES_H -#define SERVERPROPERTIES_H - -#include - -namespace Ui { -class ServerProperties; -} - -class ServerProperties : public QDialog -{ - Q_OBJECT - -public: - explicit ServerProperties(QWidget *parent = 0); - ~ServerProperties(); - -private: - Ui::ServerProperties *ui; -}; - -#endif // SERVERPROPERTIES_H diff --git a/serverproperties.ui b/serverproperties.ui deleted file mode 100644 index 7fa8bb4..0000000 --- a/serverproperties.ui +++ /dev/null @@ -1,161 +0,0 @@ - - - ServerProperties - - - - 0 - 0 - 326 - 233 - - - - Dialog - - - - - - QFrame::StyledPanel - - - QFrame::Raised - - - - - - Name - - - - - - - - - - Host - - - - - - - - - - Port - - - - - - - 65535 - - - - - - - Maintenance DB - - - - - - - true - - - 0 - - - - postgres - - - - - template1 - - - - - - - - Username - - - - - - - - - - Password - - - - - - - QLineEdit::Password - - - - - - - - - - Qt::Horizontal - - - QDialogButtonBox::Cancel|QDialogButtonBox::Ok - - - - - - - - - buttonBox - accepted() - ServerProperties - accept() - - - 248 - 254 - - - 157 - 274 - - - - - buttonBox - rejected() - ServerProperties - reject() - - - 316 - 260 - - - 286 - 274 - - - - -