mirror of
https://github.com/xgui4/LCE-Qt-Launcher.git
synced 2026-07-18 04:50:38 +00:00
- Introduced a new module `holyday.py` to manage and display holidays based on the current date. - Implemented an enumeration for months and a dictionary for holiday messages. - Created a new UI file `settingDialog.ui` for user settings, including language and theme selection. - Added checkboxes for showing holidays and enabling developer mode in the settings dialog.
23 lines
1.2 KiB
Plaintext
23 lines
1.2 KiB
Plaintext
<RCC>
|
|
<qresource prefix="/assets">
|
|
<file alias="launcher_small.png">assets/images/Launcher_small.png</file>
|
|
<file alias="background.png">assets/images/background.png</file>
|
|
<file alias="launcher_medium.png">assets/images/Launcher_medium.png</file>
|
|
<file alias="launcher_big.png">assets/images/Launcher.png</file>
|
|
<file alias="minecraft.png">assets/images/minecraft.png</file>
|
|
<file alias="minecraft_lce_title.png">assets/images/minecraft-lce-title.png</file>
|
|
<file alias="button.png">assets/images/button.png</file>
|
|
<file alias="button-pressed.png">assets/images/button-pressed.png</file>
|
|
<file alias="app.ico">assets/app.ico</file>
|
|
<file alias="pointer.png">assets/images/pointer.png</file>
|
|
<file alias="ascii_art_title.png">assets/images/ascii-art-text.png</file>
|
|
<file alias="button-disabled.png">assets/images/button-disabled.png</file>
|
|
<file alias="gear.gif">assets/images/gear.gif</file>
|
|
</qresource>
|
|
<qresource prefix="/styles">
|
|
<file alias="minecraft.qss">assets/styles/minecraft.qss</file>
|
|
<file alias="dark.qss">assets/styles/dark.qss</file>
|
|
<file alias="light.qss">assets/styles/light.qss</file>
|
|
</qresource>
|
|
</RCC>
|