Code launch profile page ui/ux.

This commit is contained in:
wei
2026-08-01 00:47:41 +08:00
parent b5df1ec1ca
commit 338a5efe89
11 changed files with 465 additions and 107 deletions
+1 -1
View File
@@ -6,5 +6,5 @@
- profile_default.png : [Source](https://www.pixilart.com/art/minecraft-crafting-table-8aa9e1b9aee1a62)
- modLoader/fabric.png : [Source](https://fabricmc.net/assets/logo.png)
- modLoader/neoforged.png : [Source](https://raw.githubusercontent.com/neoforged/.github/refs/heads/main/art/neoforged.ico)
- vanilla.png : [Source](https://en.wikipedia.org/wiki/File:Updated_Minecraft_cube.svg)
## For the icon owner: If you want to take down icon that infringing upon your copyright. Contact us with this [link](https://repo.weispace.net/wei/Launcher)
Binary file not shown.

After

Width:  |  Height:  |  Size: 5.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 66 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

+56
View File
@@ -0,0 +1,56 @@
QFrame#profileButton {
background: palette(mid);
border: 1px solid palette(midlight);
border-radius: 5px;
}
QFrame#profileButton:hover {
background: palette(midlight);
}
QLabel#profileName, QLabel#itemName {
color: #f4f6f8;
font-size: 16px;
font-weight: 600;
}
QLabel#profileVersion, QLabel#itemVersion {
color: #aeb6c2;
font-size: 12px;
}
QLabel#profileArrow {
font-size: 18px;
}
QFrame#profilePopup {
background: palette(mid);
border: 1px solid palette(midlight);
border-radius: 5px;
}
QPushButton#profileItem {
background: transparent;
border: none;
text-align: left;
}
QPushButton#profileItem:hover {
background: #3d6fb4;
}
QPushButton#launchButton {
min-width: 150px;
font-size: 15px;
font-weight: 600;
}
QLabel#headerLabel {
font-size: 20px;
font-weight: bold
}
QFrame#profileFrame {
background-color: palette(base);
border: 1px solid palette(mid);
border-radius: 10px;
}