Move modified_widgets to widgets

This commit is contained in:
AdenKoperczak 2025-05-24 17:52:45 -04:00
parent e78aca7377
commit 81b0402e8a
No known key found for this signature in database
GPG key ID: 9843017036F62EE7
6 changed files with 9 additions and 10 deletions

View file

@ -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>

View file

@ -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>