mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2024-12-29 10:50:35 +05:00
Remove unnecessary widget
This commit is contained in:
parent
66a968300f
commit
1178c64062
@ -770,20 +770,6 @@ DlgRef_Skeleton::~DlgRef_Skeleton()
|
|||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
//////////////////////////////////////////
|
|
||||||
// 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
|
// Utility functions
|
||||||
//////////////////////////////////////////
|
//////////////////////////////////////////
|
||||||
|
@ -841,22 +841,6 @@ public:
|
|||||||
~DlgRef_Skeleton();
|
~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
|
// Utility functions
|
||||||
//////////////////////////////////////////
|
//////////////////////////////////////////
|
||||||
|
@ -1,57 +0,0 @@
|
|||||||
<?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>
|
|
@ -88,7 +88,6 @@ UIC_FILES = \
|
|||||||
ui_DlgRef_Skeleton_QTD.h
|
ui_DlgRef_Skeleton_QTD.h
|
||||||
|
|
||||||
ADVANCED_UIC_FILES =
|
ADVANCED_UIC_FILES =
|
||||||
ADVANCED_UIC_FILES += ui_DlgRef_PipeTShape_ScrollArea_QTD.h
|
|
||||||
##@@ insert new functions before this line @@##
|
##@@ insert new functions before this line @@##
|
||||||
|
|
||||||
UIC_FILES += $(ADVANCED_UIC_FILES)
|
UIC_FILES += $(ADVANCED_UIC_FILES)
|
||||||
|
Loading…
Reference in New Issue
Block a user