forked from qt-creator/qt-creator
QmlDesigner: Move PuppetBuildProgressDialog to the QmlDesigner namespace
Change-Id: Ic8fa31ded61992f05cceee7f5cab85022e9b3d77 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@theqtcompany.com> Reviewed-by: Tim Jenssen <tim.jenssen@theqtcompany.com>
This commit is contained in:
committed by
Thomas Hartmann
parent
b3b6d3fc71
commit
468337c56b
@@ -33,13 +33,12 @@
|
|||||||
|
|
||||||
#include <QDialog>
|
#include <QDialog>
|
||||||
|
|
||||||
QT_BEGIN_NAMESPACE
|
namespace QmlDesigner {
|
||||||
|
|
||||||
namespace Ui {
|
namespace Ui {
|
||||||
class PuppetBuildProgressDialog;
|
class PuppetBuildProgressDialog;
|
||||||
}
|
}
|
||||||
QT_END_NAMESPACE
|
|
||||||
|
|
||||||
namespace QmlDesigner {
|
|
||||||
|
|
||||||
class PuppetBuildProgressDialog : public QDialog
|
class PuppetBuildProgressDialog : public QDialog
|
||||||
{
|
{
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<ui version="4.0">
|
<ui version="4.0">
|
||||||
<class>PuppetBuildProgressDialog</class>
|
<class>QmlDesigner::PuppetBuildProgressDialog</class>
|
||||||
<widget class="QDialog" name="PuppetBuildProgressDialog">
|
<widget class="QDialog" name="QmlDesigner::PuppetBuildProgressDialog">
|
||||||
<property name="geometry">
|
<property name="geometry">
|
||||||
<rect>
|
<rect>
|
||||||
<x>0</x>
|
<x>0</x>
|
||||||
@@ -33,6 +33,19 @@
|
|||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<layout class="QHBoxLayout" name="horizontalLayout">
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
||||||
|
<item>
|
||||||
|
<widget class="QLabel" name="openErrorOutputFileLabel">
|
||||||
|
<property name="text">
|
||||||
|
<string>Open error output file</string>
|
||||||
|
</property>
|
||||||
|
<property name="openExternalLinks">
|
||||||
|
<bool>true</bool>
|
||||||
|
</property>
|
||||||
|
<property name="textInteractionFlags">
|
||||||
|
<set>Qt::LinksAccessibleByKeyboard|Qt::LinksAccessibleByMouse</set>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<spacer name="horizontalSpacer">
|
<spacer name="horizontalSpacer">
|
||||||
<property name="orientation">
|
<property name="orientation">
|
||||||
|
Reference in New Issue
Block a user