forked from qt-creator/qt-creator
Squish: String updates
Change-Id: Ic513a4cd10460d177b0305e53a4ed55b7c75e541 Reviewed-by: Christian Stenger <christian.stenger@nokia.com> Reviewed-by: Bill King <bill.king@nokia.com>
This commit is contained in:
committed by
Robert Löhning
parent
abd62116f8
commit
0949e7528b
@@ -201,9 +201,9 @@ def createProject_Qt_Console(path, projectName, qtVersion = None, checks = True)
|
||||
|
||||
def createNewQtQuickApplication(workingDir, projectName = None, templateFile = None, targets = QtQuickConstants.Targets.DESKTOP):
|
||||
if templateFile:
|
||||
available = __createProjectSelectType__(" Applications", "Qt Quick Application (from existing \.qml file)")
|
||||
available = __createProjectSelectType__(" Applications", "Qt Quick Application (from Existing QML File)")
|
||||
else:
|
||||
available = __createProjectSelectType__(" Applications", "Qt Quick Application (Built-in elements)")
|
||||
available = __createProjectSelectType__(" Applications", "Qt Quick Application (Built-in Elements)")
|
||||
projectName = __createProjectSetNameAndPath__(workingDir, projectName)
|
||||
if templateFile:
|
||||
baseLineEd = waitForObject("{type='Utils::BaseValidatingLineEdit' unnamed='1' visible='1'}", 20000)
|
||||
|
||||
Reference in New Issue
Block a user