diff options
| author | Felix (xq) Queißner <git@mq32.de> | 2020-06-06 21:45:41 +0200 |
|---|---|---|
| committer | Felix (xq) Queißner <git@mq32.de> | 2020-06-06 21:45:41 +0200 |
| commit | cbc17bd39f4ef245183e5a54509ff3fbd4125ca6 (patch) | |
| tree | bf35bd5f6a64a22fe002316d0d311a3b5f4107ab /mainwindow.ui | |
| parent | eb283439a68dfb70a075205859d891dca831626b (diff) | |
| download | kristall-cbc17bd39f4ef245183e5a54509ff3fbd4125ca6.tar.gz | |
Fixes bug in outline generation, adds application icon to mainwindow, adds more README, adds save settings on closing settings dialog.
Diffstat (limited to 'mainwindow.ui')
| -rw-r--r-- | mainwindow.ui | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mainwindow.ui b/mainwindow.ui index 652857a..04e6940 100644 --- a/mainwindow.ui +++ b/mainwindow.ui @@ -13,6 +13,10 @@ <property name="windowTitle"> <string>Kristall Browser</string> </property> + <property name="windowIcon"> + <iconset resource="icons.qrc"> + <normaloff>:/icons/kristall.svg</normaloff>:/icons/kristall.svg</iconset> + </property> <property name="tabShape"> <enum>QTabWidget::Rounded</enum> </property> |
