Closed DSCaskey closed 4 days ago
Let's cheer for these awesome improvements! ๐๐
User Interaction Enhancement ๐ฑ๏ธ๐ก
We have added a brand new property known as flags
to multiple items within dialogpreferences.ui
and pattern_piece_dialog.ui
. This makes these elements interactive, letting users select and check them. Great for ease of use!
Code Optimization ๐งน๐
The inclusion statements' order has been tidied up. We moved theme.qrc
to be included in files dialogpreferences.ui
and pattern_piece_dialog.ui
for optimal organization. This keeps everything clean and easy to manage.
Design Improvement ๐จ๐ซ
There's been a subtle change in the rectangle dimensions inside pattern_piece_dialog.ui
. The width has been streamlined from 362
to 264
and height from 558
to 486
. All about making things look just perfect!
Additional Insights Button ๐ฏ๐
We introduced notchSubType_ButtonGroup
to the buttongroups
section in pattern_piece_dialog.ui
. This gives more options and insights at user's fingertips.
An exciting update, isn't it? All these modifications are designed to improve the user experience and efficiency! ๐๐๐
This PR disables dragging the menu items in the Preferences and Pattern Piece dialogs which prevents them from dragging and dropping.
closes issue#1205