mirror of
https://github.com/FAUSheppy/speech-server-client-qt
synced 2025-12-06 00:41:35 +01:00
implement adding new serverconfig
This commit is contained in:
13
multivalueinputdialog.h
Normal file
13
multivalueinputdialog.h
Normal file
@@ -0,0 +1,13 @@
|
||||
#ifndef MULTIVALUEINPUTDIALOG_H
|
||||
#define MULTIVALUEINPUTDIALOG_H
|
||||
|
||||
#include <QDialog>
|
||||
#include <QMainWindow>
|
||||
|
||||
class MultiValueInputDialog : public QDialog
|
||||
{
|
||||
public:
|
||||
MultiValueInputDialog(QStringList *inputValueLabels, QWidgetList *inputWidgets);
|
||||
};
|
||||
|
||||
#endif // MULTIVALUEINPUTDIALOG_H
|
||||
Reference in New Issue
Block a user