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

設定画面が必ず最前面に来るようにする #12

Closed
geogra-geogra opened this issue Jun 6, 2024 · 3 comments · Fixed by #24
Closed

設定画面が必ず最前面に来るようにする #12

geogra-geogra opened this issue Jun 6, 2024 · 3 comments · Fixed by #24
Assignees

Comments

@geogra-geogra
Copy link
Contributor

geogra-geogra commented Jun 6, 2024

ディレクトリ指定時に後ろに下がってしまうので使いづらい

@geogra-geogra
Copy link
Contributor Author

from PyQt5.QtCore import Qt

class DemToCsMap(QDialog):
    def __init__(self):
...

        # ウィンドウを常に最前面に表示
        self.setWindowFlags(self.windowFlags() | Qt.WindowStaysOnTopHint)

@geogra-geogra
Copy link
Contributor Author

@KeiTa4446
importとそれぞれ1行ずつ書くだけなので次回ブランチで追加してもらってもいいですか?

@KeiTa4446
Copy link
Collaborator

@geogra-geogra
了解です,追加しておきます!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants