Fixed, as best I can, the minimizing of detached windows.

This commit is contained in:
Ernie Pasveer
2024-10-07 18:08:06 -05:00
parent 4b7252ab6d
commit 9eaa72c3fa
7 changed files with 32 additions and 23 deletions
-1
View File
@@ -34,7 +34,6 @@ SeerConsoleWidget::SeerConsoleWidget (QWidget* parent) : QWidget(parent) {
// Setup the widgets
setWindowIcon(QIcon(":/seer/resources/seergdb_64x64.png"));
setWindowTitle("Seer Console");
setWindowFlags(Qt::Window | Qt::WindowMinimizeButtonHint | Qt::WindowMaximizeButtonHint);
textEdit->setReadOnly(true);
textEdit->setTextInteractionFlags(textEdit->textInteractionFlags() | Qt::TextSelectableByKeyboard); // Show cursor