Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Speed up starting time #337

Closed
emcek opened this issue Jul 9, 2024 · 1 comment
Closed

Speed up starting time #337

emcek opened this issue Jul 9, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request internal Internal changes

Comments

@emcek
Copy link
Owner

emcek commented Jul 9, 2024

Speed up starting timetime by start long tasks after loading main window

def showEvent(self, event):
    super().showEvent(event)
    QTimer.singleShot(100, self.show_initial_message_box)

def show_initial_message_box(self):
    QMessageBox.information(self, "Title", "Your message here.")
@emcek emcek added enhancement New feature or request internal Internal changes labels Jul 9, 2024
@emcek emcek added this to the Release 3.5.2 milestone Jul 9, 2024
@emcek emcek self-assigned this Jul 9, 2024
@emcek emcek removed this from the Release 3.5.2 milestone Aug 30, 2024
@emcek
Copy link
Owner Author

emcek commented Aug 30, 2024

In current implementation of preparing internal info model of BIOS' planes ans other BIOS related data it is impossible to offload starting time.

@emcek emcek closed this as not planned Won't fix, can't repro, duplicate, stale Aug 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request internal Internal changes
Projects
None yet
Development

No branches or pull requests

1 participant