diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2019-07-16 05:38:32 -0400 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2019-07-22 07:33:37 -0400 |
| commit | 54d98e291701f2187174a67c186f1ea762c6b959 (patch) | |
| tree | 5ef78396bf9bc364146ae7bd4dd9a9fee2529504 /src/mainwindow.ui | |
| parent | bc9f286bce224743d244e540d55f26b55affbd4a (diff) | |
removed unused or redundant stuff in error_report.h
renamed log() to vlog() for now
extracted console creation to Console class
rewrote LogBuffer to work with logging from uibase, renamed to LogModel
added fmt dependency
Diffstat (limited to 'src/mainwindow.ui')
| -rw-r--r-- | src/mainwindow.ui | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/src/mainwindow.ui b/src/mainwindow.ui index d83c68ca..5a45b3b4 100644 --- a/src/mainwindow.ui +++ b/src/mainwindow.ui @@ -1402,6 +1402,9 @@ p, li { white-space: pre-wrap; } <addaction name="menuHelp"/> </widget> <widget class="QDockWidget" name="logDock"> + <property name="features"> + <set>QDockWidget::AllDockWidgetFeatures</set> + </property> <property name="windowTitle"> <string>Log</string> </property> @@ -1428,17 +1431,17 @@ p, li { white-space: pre-wrap; } <enum>Qt::ActionsContextMenu</enum> </property> <property name="selectionMode"> - <enum>QAbstractItemView::NoSelection</enum> - </property> - <property name="uniformRowHeights"> - <bool>true</bool> + <enum>QAbstractItemView::ExtendedSelection</enum> </property> - <property name="itemsExpandable"> + <property name="rootIsDecorated"> <bool>false</bool> </property> - <property name="headerHidden"> + <property name="uniformRowHeights"> <bool>true</bool> </property> + <attribute name="headerVisible"> + <bool>false</bool> + </attribute> </widget> </item> </layout> |
