mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 15:20:05 +00:00
Move modified_widgets to widgets
This commit is contained in:
parent
e78aca7377
commit
81b0402e8a
6 changed files with 9 additions and 10 deletions
|
|
@ -2,7 +2,7 @@
|
|||
#include <scwx/qt/settings/settings_interface.hpp>
|
||||
#include <scwx/qt/settings/unit_settings.hpp>
|
||||
#include <scwx/qt/types/unit_types.hpp>
|
||||
#include <scwx/qt/ui/modified_widgets/focused_combo_box.hpp>
|
||||
#include <scwx/qt/ui/widgets/focused_combo_box.hpp>
|
||||
|
||||
#include <boost/algorithm/string.hpp>
|
||||
#include <boost/unordered/unordered_flat_map.hpp>
|
||||
|
|
|
|||
|
|
@ -1517,17 +1517,17 @@
|
|||
<customwidget>
|
||||
<class>QFocusedDoubleSpinBox</class>
|
||||
<extends>QDoubleSpinBox</extends>
|
||||
<header>scwx/qt/ui/modified_widgets/focused_double_spin_box.hpp</header>
|
||||
<header>scwx/qt/ui/widgets/focused_double_spin_box.hpp</header>
|
||||
</customwidget>
|
||||
<customwidget>
|
||||
<class>QFocusedSpinBox</class>
|
||||
<extends>QSpinBox</extends>
|
||||
<header>scwx/qt/ui/modified_widgets/focused_spin_box.hpp</header>
|
||||
<header>scwx/qt/ui/widgets/focused_spin_box.hpp</header>
|
||||
</customwidget>
|
||||
<customwidget>
|
||||
<class>QFocusedComboBox</class>
|
||||
<extends>QComboBox</extends>
|
||||
<header>scwx/qt/ui/modified_widgets/focused_combo_box.hpp</header>
|
||||
<header>scwx/qt/ui/widgets/focused_combo_box.hpp</header>
|
||||
</customwidget>
|
||||
</customwidgets>
|
||||
<resources>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue