mirror of
https://github.com/HIllya51/LunaTranslator.git
synced 2025-01-15 08:53:53 +08:00
...
This commit is contained in:
parent
3821c7089a
commit
9642f57076
@ -745,7 +745,7 @@ class dialog_setting_game_internal(QWidget):
|
|||||||
imgpath2.setText(res)
|
imgpath2.setText(res)
|
||||||
|
|
||||||
formLayout.addRow(
|
formLayout.addRow(
|
||||||
_TR("封面_其他"),
|
_TR("封面_大"),
|
||||||
getboxlayout(
|
getboxlayout(
|
||||||
[
|
[
|
||||||
imgpath2,
|
imgpath2,
|
||||||
@ -2080,6 +2080,8 @@ class dialog_savedgame_lagacy(QWidget):
|
|||||||
for row, k in enumerate(savehook_new_list): # 2
|
for row, k in enumerate(savehook_new_list): # 2
|
||||||
self.newline(row, k)
|
self.newline(row, k)
|
||||||
self.table.starttraceir()
|
self.table.starttraceir()
|
||||||
|
bottom = QHBoxLayout()
|
||||||
|
|
||||||
button = QPushButton()
|
button = QPushButton()
|
||||||
button.setText(_TR("开始游戏"))
|
button.setText(_TR("开始游戏"))
|
||||||
self.button = button
|
self.button = button
|
||||||
@ -2092,11 +2094,15 @@ class dialog_savedgame_lagacy(QWidget):
|
|||||||
button2.setText(_TR("删除游戏"))
|
button2.setText(_TR("删除游戏"))
|
||||||
|
|
||||||
button2.clicked.connect(self.clicked2)
|
button2.clicked.connect(self.clicked2)
|
||||||
|
bottom.addWidget(button)
|
||||||
|
bottom.addWidget(button2)
|
||||||
|
bottom.addWidget(button3)
|
||||||
|
_ = QLabel()
|
||||||
|
_.setFixedHeight(20)
|
||||||
|
_.setStyleSheet("background: transparent;")
|
||||||
|
formLayout.addWidget(_)
|
||||||
formLayout.addWidget(table)
|
formLayout.addWidget(table)
|
||||||
formLayout.addWidget(button)
|
formLayout.addLayout(bottom)
|
||||||
formLayout.addWidget(button3)
|
|
||||||
formLayout.addWidget(button2)
|
|
||||||
|
|
||||||
|
|
||||||
class clickitem(QWidget):
|
class clickitem(QWidget):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user