MainWindow
0
0
534
226
Python minecraft launcher V1.1
-
-
游戏姓名:
username
-
QLineEdit {
border-top: none;
border-left: none;
border-right: none;
border-bottom: 1px solid black;
background-color: transparent;
}
QLineEdit:focus {
border-bottom: 1px solid #2a70f4;
}
""")
sb001
-
<html><head/><body><p><span style=" font-size:18pt; font-weight:600; color:#1c33fe;">Python minecraft launcher V1.1</span></p></body></html>
-
-
<html><head/><body><p><span style=" font-size:11pt;">游戏版本:</span></p></body></html>
game_c
-
QComboBox {
background-color: white;
color: black;
border: 1px solid lightgray;
border-radius: 15px;
padding-left: 15px;
}
QComboBox:on {
border: 1px solid #63acfb;
}
QComboBox::drop-down {
width: 22px;
border-left: 1px solid lightgray;
border-top-right-radius: 15px;
border-bottom-right-radius: 15px;
}
QComboBox::drop-down:on {
border-left: 1px solid #63acfb;
}
QComboBox::down-arrow {
width: 16px;
height: 16px;
image: url(PATH_TO_IMG);
}
QComboBox::down-arrow:on {
image: url(PATH_TO_IMG);
}
QComboBox QAbstractItemView {
color: black;
border: none;
outline: none;
background-color: whitesmoke;
}
QComboBox QScrollBar:vertical {
width: 2px;
background-color: white;
}
QComboBox QScrollBar::handle:vertical {
background-color: #b2bdaf;
}
""")
-
1.8.9 Forge
-
1.12.2 Forge
-
QPushButton {
background-color: qlineargradient(x1:0, y1:0.5, x2:1, y2:0.5, stop:0 #47a7ed, stop: 1 #a967b2);
color: white;
font-size: 20px;
font-weight: bold;
border-radius: 25px;
}
QPushButton:hover {
background-color: qlineargradient(x1:0, y1:0.5, x2:1, y2:0.5, stop:0 #459ee0, stop: 1 #995da1);
}
QPushButton:pressed {
background-color: qlineargradient(x1:0, y1:0.5, x2:1, y2:0.5, stop:0 #4093d1, stop: 1 #87538e);
}
""")
开vape
-
QPushButton {
background-color: qlineargradient(x1:1, y1:0, x2:1, y2:0.3, stop:0 #8a9195, stop:1 black);
color: white;
font-size: 20px;
font-weight: bold;
border-radius: 25px;
}
QPushButton:hover {
background-color: qlineargradient(x1:1, y1:0, x2:1, y2:0.3, stop:0 #7d8488, stop:1 black);
}
QPushButton:pressed {
background-color: qlineargradient(x1:1, y1:0, x2:1, y2:0.3, stop:0 #6a7073, stop:1 black);
}
""")
设置
-
-
最大内存:
-
QLineEdit {
border-top: none;
border-left: none;
border-right: none;
border-bottom: 1px solid black;
background-color: transparent;
}
QLineEdit:focus {
border-bottom: 1px solid #2a70f4;
}
""")
1145
-
QPushButton {
background-color: #57bd6a;
color: #f9ffff;
font-size: 20px;
font-weight: bold;
border-radius: 5px;
}
QPushButton:pressed {
background-color: #4eaa5f;
}
""")
开始游戏
-
QPushButton {
background-color: #292929;
border-radius: 5px;
font-size: 20px;
font-weight: bold;
color: white;
border: 1px solid white;
}
QPushButton:pressed {
background-color: black;
}
""")
读取配置