From 67d97be5ea9f2b0355c7eb799fc85c08e39056f8 Mon Sep 17 00:00:00 2001 From: Tobias Hunger Date: Wed, 26 Aug 2015 13:33:05 +0200 Subject: [PATCH] Remove the designer templates Those are no longer used. The templates are compiled into the shared designer library in Qt. Change-Id: I4783151c81384d3f1c054a4e71678358b83edc0d Reviewed-by: Eike Ziller Reviewed-by: Leena Miettinen --- share/qtcreator/designer/templates.xml | 13 ---- .../templates/Dialog_with_Buttons_Bottom.ui | 71 ------------------- .../templates/Dialog_with_Buttons_Right.ui | 71 ------------------- .../templates/Dialog_without_Buttons.ui | 18 ----- .../designer/templates/Main_Window.ui | 27 ------- share/qtcreator/designer/templates/Widget.ui | 24 ------- 6 files changed, 224 deletions(-) delete mode 100644 share/qtcreator/designer/templates.xml delete mode 100644 share/qtcreator/designer/templates/Dialog_with_Buttons_Bottom.ui delete mode 100644 share/qtcreator/designer/templates/Dialog_with_Buttons_Right.ui delete mode 100644 share/qtcreator/designer/templates/Dialog_without_Buttons.ui delete mode 100644 share/qtcreator/designer/templates/Main_Window.ui delete mode 100644 share/qtcreator/designer/templates/Widget.ui diff --git a/share/qtcreator/designer/templates.xml b/share/qtcreator/designer/templates.xml deleted file mode 100644 index 738e31cf47..0000000000 --- a/share/qtcreator/designer/templates.xml +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - diff --git a/share/qtcreator/designer/templates/Dialog_with_Buttons_Bottom.ui b/share/qtcreator/designer/templates/Dialog_with_Buttons_Bottom.ui deleted file mode 100644 index 18d31ab915..0000000000 --- a/share/qtcreator/designer/templates/Dialog_with_Buttons_Bottom.ui +++ /dev/null @@ -1,71 +0,0 @@ - - - - - Dialog - - - - 0 - 0 - 400 - 300 - - - - Dialog - - - - - 30 - 240 - 341 - 32 - - - - Qt::Horizontal - - - QDialogButtonBox::Cancel|QDialogButtonBox::Ok - - - - - - - - buttonBox - accepted() - Dialog - accept() - - - 248 - 254 - - - 157 - 274 - - - - - buttonBox - rejected() - Dialog - reject() - - - 316 - 260 - - - 286 - 274 - - - - - diff --git a/share/qtcreator/designer/templates/Dialog_with_Buttons_Right.ui b/share/qtcreator/designer/templates/Dialog_with_Buttons_Right.ui deleted file mode 100644 index 703d594f4f..0000000000 --- a/share/qtcreator/designer/templates/Dialog_with_Buttons_Right.ui +++ /dev/null @@ -1,71 +0,0 @@ - - - - - Dialog - - - - 0 - 0 - 400 - 300 - - - - Dialog - - - - - 290 - 20 - 81 - 241 - - - - Qt::Vertical - - - QDialogButtonBox::Cancel|QDialogButtonBox::Ok - - - - - - - - buttonBox - accepted() - Dialog - accept() - - - 248 - 254 - - - 157 - 274 - - - - - buttonBox - rejected() - Dialog - reject() - - - 316 - 260 - - - 286 - 274 - - - - - diff --git a/share/qtcreator/designer/templates/Dialog_without_Buttons.ui b/share/qtcreator/designer/templates/Dialog_without_Buttons.ui deleted file mode 100644 index 1be629818c..0000000000 --- a/share/qtcreator/designer/templates/Dialog_without_Buttons.ui +++ /dev/null @@ -1,18 +0,0 @@ - - Dialog - - - - 0 - 0 - 400 - 300 - - - - Dialog - - - - - diff --git a/share/qtcreator/designer/templates/Main_Window.ui b/share/qtcreator/designer/templates/Main_Window.ui deleted file mode 100644 index e324db8292..0000000000 --- a/share/qtcreator/designer/templates/Main_Window.ui +++ /dev/null @@ -1,27 +0,0 @@ - - - - - MainWindow - - - MainWindow - - - - 0 - 0 - 800 - 600 - - - - MainWindow - - - - - - - - diff --git a/share/qtcreator/designer/templates/Widget.ui b/share/qtcreator/designer/templates/Widget.ui deleted file mode 100644 index d03fae3871..0000000000 --- a/share/qtcreator/designer/templates/Widget.ui +++ /dev/null @@ -1,24 +0,0 @@ - - - - - Form - - - Form - - - - 0 - 0 - 400 - 300 - - - - Form - - - - - -- GitLab