mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-03 08:48:40 +02:00
[ui] set organization and application names
This commit is contained in:
parent
273cfd9f0e
commit
ee02e5724e
1 changed files with 2 additions and 0 deletions
|
@ -67,6 +67,8 @@ if __name__ == "__main__":
|
|||
args = [sys.argv[0], '-style', 'fusion'] + sys.argv[1:] # force Fusion style as default
|
||||
# use QApplication (QtWidgets) for Platform.FileDialog fallback on platform without native implementation
|
||||
app = QApplication(args)
|
||||
app.setOrganizationName('AliceVision')
|
||||
app.setApplicationName('Meshroom')
|
||||
app.setAttribute(Qt.AA_EnableHighDpiScaling)
|
||||
|
||||
pwd = os.path.dirname(__file__)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue