Commit Graph

43 Commits

Author SHA1 Message Date
Mentalflow 6ee70bc297
RibbonTitleBar and RibbonWindow: Update for windows and improve window manager. 2024-04-05 14:27:17 +08:00
Mentalflow 2e6d85352a
RibbonTitleBar: Add minimumWidth property. 2024-04-05 03:21:56 +08:00
Mentalflow 4193d25a6d
RibbonWindow: Try to fix window didn't show on taskbar in Windows. 2024-04-05 02:51:47 +08:00
Mentalflow e6f1188c3c
RibbonWindow: Improve window manager. 2024-04-05 02:41:52 +08:00
Mentalflow edeee77c44
RibbonWindow: Add window manager. 2024-04-05 01:43:28 +08:00
Mentalflow 453a15b37f
RibbonTitleBar: Add show_pin_btn property. 2024-04-05 01:41:42 +08:00
Mentalflow b48cbe6719
RibbonPopup: Remove container's unused anchors. 2024-04-04 23:38:45 +08:00
Mentalflow 82ef344180
RibbonWindow: Keep deprecated function show as before. 2024-04-04 23:25:07 +08:00
Mentalflow 7e48832312
RibbonPopup and RibbonWindow: Use a new method to use custom Component. 2024-04-04 23:01:26 +08:00
Mentalflow 95ddf6da9a
RibbonMessage and RibbonMessageListView: Added. 2024-04-01 23:37:09 +08:00
Mentalflow 9a086f1c35
RibbonWindow: Make popup close more elegent. 2024-04-01 23:35:36 +08:00
Mentalflow e77fd6c161
RibbonView: Add more property and delete anchor to fix bugs in some situation. 2024-04-01 23:34:48 +08:00
Mentalflow 9df9fbedb0
RibbonBlur: Let bg color become harmony. 2024-04-01 23:33:15 +08:00
Mentalflow 326fbdeeb8
RibbonBlur: Add solid bg property. 2024-03-30 18:32:51 +08:00
Mentalflow b0ab35c7b9
RibbonWindow: Added popup show/close function. 2024-03-30 17:36:26 +08:00
Mentalflow 10e32d12a9
RibbonUI: Reorganized. 2024-03-30 13:33:10 +08:00
Mentalflow d120c67d79
RibbonScrollBar and RibbonScrollIndicator: Animation improved. 2024-03-30 13:24:50 +08:00
Mentalflow 3515eb178d
RibbonScrollBar: Added. 2024-03-30 01:31:03 +08:00
Mentalflow 7597af6464
RibbonTitleBar: Optimize stay on top. 2024-03-29 09:35:42 +08:00
Mentalflow 3093f724e6
RibbonTitleBar: Remove unused code. 2024-03-29 09:21:55 +08:00
Mentalflow 4c2d428e1a
RibbonTitleBar: Add Stay on top button. 2024-03-29 09:09:13 +08:00
Mentalflow c1f025c4d4
RibbonPopupDialog: Redesign. 2024-03-28 09:07:12 +08:00
Mentalflow b5d873b23e
RibbonRectangle: Bug fix and performance improve. 2024-03-28 09:06:12 +08:00
Mentalflow b718d18b5e
RibbonScrollIndicator: Added. 2024-03-28 09:04:22 +08:00
Mentalflow 044994f4e8
RibbonBlur and RibbonPopup: Fix the blur effect. 2024-03-28 08:57:09 +08:00
Mentalflow dbb33daa52
RibbonView and RibbonPaperView: Simplifid. 2024-03-10 14:40:24 +08:00
Mentalflow 8275fe1093
CMakeList and RibbonTitleBar: Optimization and bug fix. 2024-03-09 23:43:35 +08:00
Mentalflow aa3604579b
RibbonView and RibbonBlur: Add pull up and pull down signals and use new blur effect. 2024-02-27 21:46:02 +08:00
Mentalflow bca8bafa5e
RibbonTitleBar and RibbonWindow: Fix titlebar buttons can't be clicked in win. 2024-02-01 14:06:10 +08:00
Mentalflow 46148435f2
RibbonTitleBar and framelesshelper: restore titlebar, prepare to deprecate helper. 2024-02-01 13:36:12 +08:00
Mentalflow 04230551dd
Workflow and Source: bump to Qt 6.5.3. 2024-01-31 15:55:04 +08:00
Mentalflow 1d25452a4b
RibbonTitleBar: Add support for snap layout in Windows 11+. 2024-01-13 03:24:49 +08:00
Mentalflow 73ebc786a8
RibbonComboBox: Add placeholderText property. 2023-08-26 17:47:31 +08:00
Mentalflow db6de202b4
RibbonText: Fix the text can't be selected by Select All menu. 2023-08-25 14:48:59 +08:00
Mentalflow 9516cbff48
RibbonView: Change view's bounceBehavior and add function scroll_to_bottom. 2023-08-23 21:33:38 +08:00
Mentalflow 8e86e7e112
RibbonTitleBar: fix modern style button's state non-sync bug. 2023-08-22 11:03:35 +08:00
Mentalflow fb8f5b0110
RibbonPushButton: Fix the button height bug. 2023-08-22 04:08:29 +08:00
Mentalflow 181549a541
RibbonView: remove develop residuals. 2023-08-22 00:50:56 +08:00
Mentalflow 635cf04179
RibbonComponents: RibbonComboBox and RibonTextEdit property added.
1.RibbonComboBox:due to default width property can't modify component's width, added component_width and component_height property to fix it.
2.RibbonTextEdit:add more alias property in order to improve experience.
2023-08-21 22:06:41 +08:00
Mentalflow baa1153852
RibbonComboBox: Fix the popup menu's height while ListModel has single item. 2023-08-21 01:26:55 +08:00
Mentalflow eb9d4bed5f
RibbonTabBar: Fix the fold bug of TabBar.
Fix the problem that the TabBar does not fold when clicking the corresponding button after sliding to the specified interface.
2023-08-20 15:18:14 +08:00
Mentalflow b17ad7f434
RibbonSpinBox: Fix issue where text may be obscured.
Insufficient padding on the left side of LineEdit can cause text to be obscured by icons.
2023-08-20 13:49:54 +08:00
Mentalflow 41b84deaf4
RibbonUI: Initial repo. 2023-08-20 02:51:22 +08:00