mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-11-01 13:40:05 +00:00
Add imgui debug window, still need to use unique contexts
This commit is contained in:
parent
b18692657a
commit
cd01bb70b6
10 changed files with 325 additions and 3 deletions
|
|
@ -35,7 +35,7 @@
|
|||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>1024</width>
|
||||
<height>22</height>
|
||||
<height>21</height>
|
||||
</rect>
|
||||
</property>
|
||||
<widget class="QMenu" name="menuFile">
|
||||
|
|
@ -67,8 +67,15 @@
|
|||
<addaction name="actionResourceExplorer"/>
|
||||
<addaction name="actionAlerts"/>
|
||||
</widget>
|
||||
<widget class="QMenu" name="menuDebug">
|
||||
<property name="title">
|
||||
<string>&Debug</string>
|
||||
</property>
|
||||
<addaction name="actionImGuiDebug"/>
|
||||
</widget>
|
||||
<addaction name="menuFile"/>
|
||||
<addaction name="menuView"/>
|
||||
<addaction name="menuDebug"/>
|
||||
<addaction name="menuHelp"/>
|
||||
</widget>
|
||||
<widget class="QStatusBar" name="statusbar"/>
|
||||
|
|
@ -342,6 +349,11 @@
|
|||
<string>&Alerts</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionImGuiDebug">
|
||||
<property name="text">
|
||||
<string>&ImGui Debug</string>
|
||||
</property>
|
||||
</action>
|
||||
</widget>
|
||||
<resources>
|
||||
<include location="../../../../scwx-qt.qrc"/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue