Add the digital factory button

CURA-7418
This commit is contained in:
Jaime van Kessel 2020-06-15 13:33:47 +02:00
parent 200e3d6ee7
commit a7e7ddf4b5
No known key found for this signature in database
GPG key ID: 3710727397403C91
4 changed files with 84 additions and 42 deletions

View file

@ -261,6 +261,10 @@ class CuraApplication(QtApplication):
def ultimakerCloudAccountRootUrl(self) -> str:
return UltimakerCloudAuthentication.CuraCloudAccountAPIRoot
@pyqtProperty(str, constant=True)
def ultimakerDigitalFactoryUrl(self) -> str:
return UltimakerCloudAuthentication.CuraDigitalFactoryURL
def addCommandLineOptions(self):
"""Adds command line options to the command line parser.