close stream dialog with main window
This commit is contained in:
@ -10,6 +10,8 @@
|
|||||||
#include <QVBoxLayout>
|
#include <QVBoxLayout>
|
||||||
|
|
||||||
StreamDialog::StreamDialog() : QWidget() {
|
StreamDialog::StreamDialog() : QWidget() {
|
||||||
|
setAttribute(Qt::WA_QuitOnClose, false);
|
||||||
|
|
||||||
auto layout = new QVBoxLayout;
|
auto layout = new QVBoxLayout;
|
||||||
|
|
||||||
auto targetLabel = new QLabel;
|
auto targetLabel = new QLabel;
|
||||||
|
Reference in New Issue
Block a user