{
}
-//////////////////////////////////////////
-// DlgRef_PipeTShape_ScrollArea
-//////////////////////////////////////////
-
-DlgRef_PipeTShape_ScrollArea::DlgRef_PipeTShape_ScrollArea( QWidget* parent, Qt::WindowFlags f )
-: QWidget( parent, f )
-{
- setupUi( this );
-}
-
-DlgRef_PipeTShape_ScrollArea::~DlgRef_PipeTShape_ScrollArea()
-{
-}
-
//////////////////////////////////////////
// Utility functions
//////////////////////////////////////////
~DlgRef_Skeleton();
};
-//////////////////////////////////////////
-// DlgRef_PipeTShape_ScrollArea
-//////////////////////////////////////////
-
-#include "ui_DlgRef_PipeTShape_ScrollArea_QTD.h"
-
-class DLGREF_EXPORT DlgRef_PipeTShape_ScrollArea : public QWidget,
- public Ui::DlgRef_PipeTShape_ScrollArea_QTD
-{
- Q_OBJECT
-
-public:
- DlgRef_PipeTShape_ScrollArea( QWidget* = 0, Qt::WindowFlags = 0 );
- ~DlgRef_PipeTShape_ScrollArea();
-};
-
//////////////////////////////////////////
// Utility functions
//////////////////////////////////////////
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>
-<ui version="4.0">
- <class>DlgRef_PipeTShape_ScrollArea_QTD</class>
- <widget class="QWidget" name="DlgRef_PipeTShape_ScrollArea_QTD">
- <property name="windowTitle">
- <string>Form</string>
- </property>
- <layout class="QGridLayout" name="gridLayout">
- <property name="margin">
- <number>0</number>
- </property>
- <property name="spacing">
- <number>6</number>
- </property>
- <item row="0" column="0">
- <widget class="QScrollArea" name="ScrollArea">
- <property name="sizePolicy">
- <sizepolicy hsizetype="Preferred" vsizetype="Expanding">
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="minimumSize">
- <size>
- <width>0</width>
- <height>250</height>
- </size>
- </property>
- <property name="widgetResizable">
- <bool>true</bool>
- </property>
- <widget class="QWidget" name="scrollAreaWidgetContents">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>110</width>
- <height>246</height>
- </rect>
- </property>
- <layout class="QHBoxLayout" name="horizontalLayout_2">
- <item>
- <widget class="QLabel" name="PipeTShape">
- <property name="text">
- <string>TextLabel</string>
- </property>
- </widget>
- </item>
- </layout>
- </widget>
- </widget>
- </item>
- </layout>
- </widget>
- <resources/>
- <connections/>
-</ui>
ui_DlgRef_Skeleton_QTD.h
ADVANCED_UIC_FILES =
-ADVANCED_UIC_FILES += ui_DlgRef_PipeTShape_ScrollArea_QTD.h
##@@ insert new functions before this line @@##
UIC_FILES += $(ADVANCED_UIC_FILES)