mirror of
https://github.com/iDescriptor/iDescriptor.git
synced 2026-06-22 03:45:51 +08:00
43d804991e
- Introduced WinToolWidget for custom window management on Windows. - Implemented backdrop type settings for Windows in SettingsManager. - Enhanced SettingsWidget to allow selection of backdrop type. - Improved status balloon and toolbox widget styles for Windows. - Refined tab widget animations and styles for better visual feedback. - Fixed issues with loading and error widgets in ZLoadingWidget. - Updated welcome widget to support custom hyperlink colors. - General code cleanup and style adjustments across multiple files.
82 lines
4.5 KiB
Plaintext
82 lines
4.5 KiB
Plaintext
<RCC>
|
|
<qresource prefix="/">
|
|
<file>resources/win.dark.qcss</file>
|
|
<file>resources/win.light.qcss</file>
|
|
</qresource>
|
|
<qresource prefix="/">
|
|
<file>resources/win/dark/CheckBox.png</file>
|
|
<file>resources/win/dark/CheckBoxPressed.png</file>
|
|
<file>resources/win/dark/ComboBox.png</file>
|
|
<file>resources/win/dark/ComboBoxDisabled.png</file>
|
|
<file>resources/win/dark/NextMonth.png</file>
|
|
<file>resources/win/dark/NextMonthDisabled.png</file>
|
|
<file>resources/win/dark/PrevMonth.png</file>
|
|
<file>resources/win/dark/PrevMonthDisabled.png</file>
|
|
<file>resources/win/dark/RadioButton.png</file>
|
|
<file>resources/win/dark/RadioButtonHover.png</file>
|
|
<file>resources/win/dark/RadioButtonPressed.png</file>
|
|
<file>resources/win/dark/ScrollBottom.png</file>
|
|
<file>resources/win/dark/ScrollBottomHover.png</file>
|
|
<file>resources/win/dark/ScrollBottomPressed.png</file>
|
|
<file>resources/win/dark/ScrollLeft.png</file>
|
|
<file>resources/win/dark/ScrollLeftHover.png</file>
|
|
<file>resources/win/dark/ScrollLeftPressed.png</file>
|
|
<file>resources/win/dark/ScrollRight.png</file>
|
|
<file>resources/win/dark/ScrollRightHover.png</file>
|
|
<file>resources/win/dark/ScrollRightPressed.png</file>
|
|
<file>resources/win/dark/ScrollTop.png</file>
|
|
<file>resources/win/dark/ScrollTopHover.png</file>
|
|
<file>resources/win/dark/ScrollTopPressed.png</file>
|
|
<file>resources/win/dark/SpinBoxDown.png</file>
|
|
<file>resources/win/dark/SpinBoxDownDisabled.png</file>
|
|
<file>resources/win/dark/SpinBoxUp.png</file>
|
|
<file>resources/win/dark/SpinBoxUpDisabled.png</file>
|
|
<file>resources/win/dark/ToggleSwitchDisabled.png</file>
|
|
<file>resources/win/dark/ToggleSwitchOff.png</file>
|
|
<file>resources/win/dark/ToggleSwitchOffHover.png</file>
|
|
<file>resources/win/dark/ToggleSwitchOffPressed.png</file>
|
|
<file>resources/win/dark/ToggleSwitchOn.png</file>
|
|
<file>resources/win/dark/ToggleSwitchOnHover.png</file>
|
|
<file>resources/win/dark/ToggleSwitchOnPressed.png</file>
|
|
<file>resources/win/dark/TreeViewClose.png</file>
|
|
<file>resources/win/dark/TreeViewOpen.png</file>
|
|
</qresource>
|
|
<qresource prefix="/">
|
|
<file>resources/win/light/CheckBox.png</file>
|
|
<file>resources/win/light/CheckBoxPressed.png</file>
|
|
<file>resources/win/light/ComboBox.png</file>
|
|
<file>resources/win/light/ComboBoxDisabled.png</file>
|
|
<file>resources/win/light/NextMonth.png</file>
|
|
<file>resources/win/light/NextMonthDisabled.png</file>
|
|
<file>resources/win/light/PrevMonth.png</file>
|
|
<file>resources/win/light/PrevMonthDisabled.png</file>
|
|
<file>resources/win/light/RadioButton.png</file>
|
|
<file>resources/win/light/RadioButtonHover.png</file>
|
|
<file>resources/win/light/RadioButtonPressed.png</file>
|
|
<file>resources/win/light/ScrollBottom.png</file>
|
|
<file>resources/win/light/ScrollBottomHover.png</file>
|
|
<file>resources/win/light/ScrollBottomPressed.png</file>
|
|
<file>resources/win/light/ScrollLeft.png</file>
|
|
<file>resources/win/light/ScrollLeftHover.png</file>
|
|
<file>resources/win/light/ScrollLeftPressed.png</file>
|
|
<file>resources/win/light/ScrollRight.png</file>
|
|
<file>resources/win/light/ScrollRightHover.png</file>
|
|
<file>resources/win/light/ScrollRightPressed.png</file>
|
|
<file>resources/win/light/ScrollTop.png</file>
|
|
<file>resources/win/light/ScrollTopHover.png</file>
|
|
<file>resources/win/light/ScrollTopPressed.png</file>
|
|
<file>resources/win/light/SpinBoxDown.png</file>
|
|
<file>resources/win/light/SpinBoxDownDisabled.png</file>
|
|
<file>resources/win/light/SpinBoxUp.png</file>
|
|
<file>resources/win/light/SpinBoxUpDisabled.png</file>
|
|
<file>resources/win/light/ToggleSwitchDisabled.png</file>
|
|
<file>resources/win/light/ToggleSwitchOff.png</file>
|
|
<file>resources/win/light/ToggleSwitchOffHover.png</file>
|
|
<file>resources/win/light/ToggleSwitchOffPressed.png</file>
|
|
<file>resources/win/light/ToggleSwitchOn.png</file>
|
|
<file>resources/win/light/ToggleSwitchOnHover.png</file>
|
|
<file>resources/win/light/ToggleSwitchOnPressed.png</file>
|
|
<file>resources/win/light/TreeViewClose.png</file>
|
|
<file>resources/win/light/TreeViewOpen.png</file>
|
|
</qresource>
|
|
</RCC> |