diff options
| author | Felix (xq) Queißner <git@mq32.de> | 2020-06-08 19:18:50 +0200 |
|---|---|---|
| committer | Felix (xq) Queißner <git@mq32.de> | 2020-06-08 19:18:50 +0200 |
| commit | 51f46dce66ac660507dc7abad5506650bc863d7f (patch) | |
| tree | 7f97264f0a9315b357b9c338519146b572b80a96 /src/mainwindow.ui | |
| parent | 7caffad75f0e7f7f1b1ce4d9523a67680e9b39a2 (diff) | |
| download | kristall-51f46dce66ac660507dc7abad5506650bc863d7f.tar.gz | |
Adds two new options for text display: gophermap rendering with text or icons, all text documents as text/plain, prepares option for text highlighting.
Diffstat (limited to 'src/mainwindow.ui')
| -rw-r--r-- | src/mainwindow.ui | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/src/mainwindow.ui b/src/mainwindow.ui index 83c8d52..62c05e5 100644 --- a/src/mainwindow.ui +++ b/src/mainwindow.ui @@ -231,6 +231,10 @@ <addaction name="menuHelp"/> </widget> <action name="actionAbout"> + <property name="icon"> + <iconset resource="icons.qrc"> + <normaloff>:/icons/info.svg</normaloff>:/icons/info.svg</iconset> + </property> <property name="text"> <string>About...</string> </property> @@ -249,6 +253,10 @@ </property> </action> <action name="actionClose_Tab"> + <property name="icon"> + <iconset resource="icons.qrc"> + <normaloff>:/icons/close.svg</normaloff>:/icons/close.svg</iconset> + </property> <property name="text"> <string>Close Tab</string> </property> @@ -308,8 +316,8 @@ </action> <action name="actionSave_as"> <property name="icon"> - <iconset> - <normaloff>icons/content-save.svg</normaloff>icons/content-save.svg</iconset> + <iconset resource="icons.qrc"> + <normaloff>:/icons/content-save.svg</normaloff>:/icons/content-save.svg</iconset> </property> <property name="text"> <string>Save as...</string> @@ -335,8 +343,8 @@ </action> <action name="actionGo_to_home"> <property name="icon"> - <iconset> - <normaloff>icons/home.svg</normaloff>icons/home.svg</iconset> + <iconset resource="icons.qrc"> + <normaloff>:/icons/home.svg</normaloff>:/icons/home.svg</iconset> </property> <property name="text"> <string>Go to home</string> |
