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>
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
namespace QmlDesigner {
|
||||
|
||||
namespace Ui {
|
||||
class PuppetBuildProgressDialog;
|
||||
}
|
||||
QT_END_NAMESPACE
|
||||
|
||||
namespace QmlDesigner {
|
||||
|
||||
class PuppetBuildProgressDialog : public QDialog
|
||||
{
|
||||
|
@@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<ui version="4.0">
|
||||
<class>PuppetBuildProgressDialog</class>
|
||||
<widget class="QDialog" name="PuppetBuildProgressDialog">
|
||||
<class>QmlDesigner::PuppetBuildProgressDialog</class>
|
||||
<widget class="QDialog" name="QmlDesigner::PuppetBuildProgressDialog">
|
||||
<property name="geometry">
|
||||
<rect>
|
||||
<x>0</x>
|
||||
@@ -33,6 +33,19 @@
|
||||
</item>
|
||||
<item>
|
||||
<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>
|
||||
<spacer name="horizontalSpacer">
|
||||
<property name="orientation">
|
||||
|
Reference in New Issue
Block a user