forked from qt-creator/qt-creator
Squish: Allow querying and displaying server settings
Change-Id: I6158aa11fa314ca7c42f175ccd03330059eef910 Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -29,6 +29,8 @@
|
||||
|
||||
#include <utils/aspects.h>
|
||||
|
||||
#include <QDialog>
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
class QSettings;
|
||||
QT_END_NAMESPACE
|
||||
@@ -57,5 +59,14 @@ public:
|
||||
SquishSettingsPage(SquishSettings *settings);
|
||||
};
|
||||
|
||||
class SquishServerSettingsDialog : public QDialog
|
||||
{
|
||||
Q_DECLARE_TR_FUNCTIONS(Squish::Internal::SquishSettings)
|
||||
public:
|
||||
explicit SquishServerSettingsDialog(QWidget *parent = nullptr);
|
||||
private:
|
||||
void onApply();
|
||||
};
|
||||
|
||||
} // namespace Internal
|
||||
} // namespace Squish
|
||||
|
||||
Reference in New Issue
Block a user