mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 20:10:06 +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
|
|
@ -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