qtui: Add debug dialog for showing the resource file tree
authorManuel Nickschas <sputnick@quassel-irc.org>
Wed, 29 Aug 2018 18:38:31 +0000 (20:38 +0200)
committerManuel Nickschas <sputnick@quassel-irc.org>
Sun, 18 Nov 2018 10:06:43 +0000 (11:06 +0100)
commit91e27ef1628b352e1f905b5811cb036442e68242
tree8ac41fdcf3fcd84366f38767f553d0954a0de160
parent3e63cb8a6e83765069a45101b86ae9e21dcc57ad
qtui: Add debug dialog for showing the resource file tree

Add a dialog in the debug menu that shows the compiled-in
resource files. This is useful for checking that resource generation
and loading works properly.
src/client/treemodel.cpp
src/client/treemodel.h
src/qtui/CMakeLists.txt
src/qtui/mainwin.cpp
src/qtui/mainwin.h
src/qtui/resourcetreedlg.cpp [new file with mode: 0644]
src/qtui/resourcetreedlg.h [new file with mode: 0644]
src/qtui/resourcetreedlg.ui [new file with mode: 0644]