mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-05-01 14:27:59 +03:00
Moved esx selector classes out of global namespace
This commit is contained in:
parent
a14e0b32d8
commit
f6217f9c6a
29 changed files with 381 additions and 250 deletions
|
@ -17,7 +17,7 @@
|
|||
<item>
|
||||
<layout class="QHBoxLayout" name="filterLayout">
|
||||
<item>
|
||||
<widget class="ProfilesComboBox" name="masterView">
|
||||
<widget class="EsxView::ProfilesComboBox" name="masterView">
|
||||
<property name="editable">
|
||||
<bool>false</bool>
|
||||
</property>
|
||||
|
@ -79,7 +79,7 @@
|
|||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="ProfilesComboBox" name="profilesComboBox">
|
||||
<widget class="EsxView::ProfilesComboBox" name="profilesComboBox">
|
||||
<property name="enabled">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
|
@ -168,9 +168,9 @@
|
|||
</widget>
|
||||
<customwidgets>
|
||||
<customwidget>
|
||||
<class>ProfilesComboBox</class>
|
||||
<class>EsxView::ProfilesComboBox</class>
|
||||
<extends>QComboBox</extends>
|
||||
<header location="global">components/fileorderlist/utils/profilescombobox.hpp</header>
|
||||
<header location="global">components/esxselector/view/profilescombobox.hpp</header>
|
||||
</customwidget>
|
||||
</customwidgets>
|
||||
<resources/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue