1
0
Fork 0
mirror of synced 2024-09-30 01:07:47 +13:00

LaunchDialog: better layout name

This commit is contained in:
loathingKernel 2023-02-20 14:58:01 +02:00
parent c2da5bceb8
commit 00a0b36e75
3 changed files with 7 additions and 7 deletions

View file

@ -181,7 +181,7 @@ class LaunchDialog(QDialog):
self.progress_info = ElideLabel(parent=self) self.progress_info = ElideLabel(parent=self)
self.progress_info.setFixedHeight(False) self.progress_info.setFixedHeight(False)
self.ui.launch_dialog_layout.addWidget(self.progress_info) self.ui.launch_layout.addWidget(self.progress_info)
self.core = LegendaryCoreSingleton() self.core = LegendaryCoreSingleton()
self.args = ArgumentsSingleton() self.args = ArgumentsSingleton()

View file

@ -2,7 +2,7 @@
# Form implementation generated from reading ui file 'rare/ui/components/dialogs/launch_dialog.ui' # Form implementation generated from reading ui file 'rare/ui/components/dialogs/launch_dialog.ui'
# #
# Created by: PyQt5 UI code generator 5.15.7 # Created by: PyQt5 UI code generator 5.15.9
# #
# WARNING: Any manual changes made to this file will be lost when pyuic5 is # WARNING: Any manual changes made to this file will be lost when pyuic5 is
# run again. Do not edit this file unless you know what you are doing. # run again. Do not edit this file unless you know what you are doing.
@ -22,15 +22,15 @@ class Ui_LaunchDialog(object):
LaunchDialog.setSizePolicy(sizePolicy) LaunchDialog.setSizePolicy(sizePolicy)
LaunchDialog.setMinimumSize(QtCore.QSize(400, 160)) LaunchDialog.setMinimumSize(QtCore.QSize(400, 160))
LaunchDialog.setMaximumSize(QtCore.QSize(400, 160)) LaunchDialog.setMaximumSize(QtCore.QSize(400, 160))
self.launch_dialog_layout = QtWidgets.QVBoxLayout(LaunchDialog) self.launch_layout = QtWidgets.QVBoxLayout(LaunchDialog)
self.launch_dialog_layout.setObjectName("launch_dialog_layout") self.launch_layout.setObjectName("launch_layout")
self.title_label = QtWidgets.QLabel(LaunchDialog) self.title_label = QtWidgets.QLabel(LaunchDialog)
self.title_label.setObjectName("title_label") self.title_label.setObjectName("title_label")
self.launch_dialog_layout.addWidget(self.title_label) self.launch_layout.addWidget(self.title_label)
self.progress_bar = QtWidgets.QProgressBar(LaunchDialog) self.progress_bar = QtWidgets.QProgressBar(LaunchDialog)
self.progress_bar.setProperty("value", 0) self.progress_bar.setProperty("value", 0)
self.progress_bar.setObjectName("progress_bar") self.progress_bar.setObjectName("progress_bar")
self.launch_dialog_layout.addWidget(self.progress_bar) self.launch_layout.addWidget(self.progress_bar)
self.retranslateUi(LaunchDialog) self.retranslateUi(LaunchDialog)

View file

@ -31,7 +31,7 @@
<property name="windowTitle"> <property name="windowTitle">
<string>Launching Rare</string> <string>Launching Rare</string>
</property> </property>
<layout class="QVBoxLayout" name="launch_dialog_layout"> <layout class="QVBoxLayout" name="launch_layout">
<item> <item>
<widget class="QLabel" name="title_label"> <widget class="QLabel" name="title_label">
<property name="text"> <property name="text">