mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-31 04:25:35 +08:00
refs #485, moved some gui classes to components
Originally components was meant for runtime based components. No longer true, so some classes now better find into that namespace.
This commit is contained in:
committed by
Mathew Sutcliffe
parent
96913c6dc1
commit
6a06aa0460
@@ -125,7 +125,7 @@ QTextEdit {
|
||||
</widget>
|
||||
</item>
|
||||
<item row="4" column="0" colspan="3">
|
||||
<widget class="BlackGui::CCommandInput" name="le_CommandLineInput"/>
|
||||
<widget class="BlackGui::Components::CCommandInput" name="le_CommandLineInput"/>
|
||||
</item>
|
||||
<item row="3" column="0" colspan="3">
|
||||
<widget class="BlackGui::Components::CCoreInfoAreaComponent" name="comp_InfoArea" native="true"/>
|
||||
@@ -148,9 +148,9 @@ QTextEdit {
|
||||
<container>1</container>
|
||||
</customwidget>
|
||||
<customwidget>
|
||||
<class>BlackGui::CCommandInput</class>
|
||||
<class>BlackGui::Components::CCommandInput</class>
|
||||
<extends>QLineEdit</extends>
|
||||
<header>blackgui/commandinput.h</header>
|
||||
<header>blackgui/components/commandinput.h</header>
|
||||
<container>1</container>
|
||||
</customwidget>
|
||||
<customwidget>
|
||||
|
||||
Reference in New Issue
Block a user