[qet] [4405] update dxftoqet

[ Thread Index | Date Index | More lists.tuxfamily.org/qet Archives ]


Revision: 4405
Author:   rdsivd
Date:     2016-03-28 18:09:34 +0200 (Mon, 28 Mar 2016)
Log Message:
-----------
update dxftoqet

Modified Paths:
--------------
    branches/dxftoqet2/dxftoqet_mainwindow.cpp
    branches/dxftoqet2/dxftoqet_mainwindow.h
    branches/dxftoqet2/dxftoqet_mainwindow.ui

Modified: branches/dxftoqet2/dxftoqet_mainwindow.cpp
===================================================================
--- branches/dxftoqet2/dxftoqet_mainwindow.cpp	2016-03-28 13:19:28 UTC (rev 4404)
+++ branches/dxftoqet2/dxftoqet_mainwindow.cpp	2016-03-28 16:09:34 UTC (rev 4405)
@@ -194,7 +194,9 @@
 
 	on_Open_config_file_clicked();
 
-	Max_entitie.DXF_entities_3dface=1000;
+	Set_Tables_sizes();
+
+	/*Max_entitie.DXF_entities_3dface=1000;
 	Max_entitie.DXF_entities_3dsolid=1000;
 	Max_entitie.DXF_entities_acad_proxy_entity=1000;
 	Max_entitie.DXF_entities_arc=1000;
@@ -300,7 +302,7 @@
 	Max_alg.DXF_table_vport=100;
 	Max_alg.DXF_input_block=200;
 	Max_alg.DXF_input_end_block=200;
-	Max_alg.DXF_entities=DXF_L_ENTITIES;
+	Max_alg.DXF_entities=DXF_L_ENTITIES;*/
 }
 
 DXFtoQET_MainWindow::~DXFtoQET_MainWindow()
@@ -1914,3 +1916,58 @@
 
 
 }
+
+void DXFtoQET_MainWindow::Set_Tables_sizes()
+{
+
+	ui->DXF_3DFACE_2->setText(QString::number(DXF_LE_3DFACE));
+	ui->DXF_3DSOLID_2->setText(QString::number(DXF_LE_3DSOLID));
+	ui->DXF_ACAD_PROXY_ENTITY_2->setText(QString::number(DXF_main_base[0].DXF_entities_acad_proxy_entity_count));
+	ui->DXF_ARC_2->setText(QString::number(DXF_main_base[0].DXF_entities_arc_count));
+	ui->DXF_ATTDEF_2->setText(QString::number(DXF_main_base[0].DXF_entities_attdef_count));
+	ui->DXF_ATTRIB_2->setText(QString::number(DXF_main_base[0].DXF_entities_attrib_count));
+	ui->DXF_BODY_2->setText(QString::number(DXF_main_base[0].DXF_entities_body_count));
+	ui->DXF_CIRCLE_2->setText(QString::number(DXF_main_base[0].DXF_entities_circle_count));
+	ui->DXF_DIMENSIONS_2->setText(QString::number(DXF_main_base[0].DXF_entities_dimension_count));
+	ui->DXF_ELLIPSE_2->setText(QString::number(DXF_main_base[0].DXF_entities_ellipse_count));
+	ui->DXF_HATCH_2->setText(QString::number(DXF_main_base[0].DXF_entities_hatch_count));
+	ui->DXF_HELIX_2->setText(QString::number(DXF_main_base[0].DXF_entities_helix_count));
+	ui->DXF_IMAGE_2->setText(QString::number(DXF_main_base[0].DXF_entities_image_count));
+	ui->DXF_INSERT_2->setText(QString::number(DXF_main_base[0].DXF_entities_insert_count));
+	ui->DXF_LEADER_2->setText(QString::number(DXF_main_base[0].DXF_entities_leader_count));
+	ui->DXF_LIGHT_2->setText(QString::number(DXF_main_base[0].DXF_entities_light_count));
+	ui->DXF_LINE_2->setText(QString::number(DXF_main_base[0].DXF_entities_line_count));
+	ui->DXF_LWPOLYLINE_2->setText(QString::number(DXF_main_base[0].DXF_entities_lwpolyline_count));
+	ui->DXF_MESH_2->setText(QString::number(DXF_main_base[0].DXF_entities_mesh_count));
+	ui->DXF_MLINE_2->setText(QString::number(DXF_main_base[0].DXF_entities_mline_count));
+	ui->DXF_MLEADER_2->setText(QString::number(DXF_main_base[0].DXF_entities_mleader_count));
+	ui->DXF_MLEADERSTYLE_2->setText(QString::number(DXF_main_base[0].DXF_entities_mleaderstyle_count));
+	ui->DXF_MTEXT_2->setText(QString::number(DXF_main_base[0].DXF_entities_mtext_count));
+	ui->DXF_OLEFRAME_2->setText(QString::number(DXF_main_base[0].DXF_entities_oleframe_count));
+	ui->DXF_OLE2FRAME_2->setText(QString::number(DXF_main_base[0].DXF_entities_ole2frame_count));
+	ui->DXF_POINT_2->setText(QString::number(DXF_main_base[0].DXF_entities_point_count));
+	ui->DXF_POLYLINE_2->setText(QString::number(DXF_main_base[0].DXF_entities_polyline_count));
+	ui->DXF_RAY_2->setText(QString::number(DXF_main_base[0].DXF_entities_ray_count));
+	ui->DXF_REGION_2->setText(QString::number(DXF_main_base[0].DXF_entities_region_count));
+	ui->DXF_SECTION_2->setText(QString::number(DXF_main_base[0].DXF_entities_section_count));
+	ui->DXF_SEQEND_2->setText(QString::number(DXF_main_base[0].DXF_entities_seqend_count));
+	ui->DXF_SHAPE_2->setText(QString::number(DXF_main_base[0].DXF_entities_shape_count));
+	ui->DXF_SOLID_2->setText(QString::number(DXF_main_base[0].DXF_entities_solid_count));
+	ui->DXF_SPLINE_2->setText(QString::number(DXF_LE_SPLINE));
+	ui->DXF_SUN_2->setText(QString::number(DXF_LE_SUN));
+	ui->DXF_SURFACE_2->setText(QString::number(DXF_LE_SURFACE));
+	ui->DXF_TABLE_2->setText(QString::number(DXF_LE_TABLE));
+	ui->DXF_TEXT_2->setText(QString::number(DXF_LE_TEXT));
+	ui->DXF_TOLERANCE_2->setText(QString::number(DXF_LE_TOLERANCE));
+	ui->DXF_TRACE_2->setText(QString::number(DXF_LE_TRACE));
+	ui->DXF_UNDERLAY_2->setText(QString::number(DXF_LE_UNDERLAY));
+	ui->DXF_VERTEX_2->setText(QString::number(DXF_LE_VERTEX));
+	ui->DXF_VIEWPORT_2->setText(QString::number(DXF_LE_VIEWPORT));
+	ui->DXF_WIPEOUT_2->setText(QString::number(DXF_LE_WIPEOUT));
+
+
+
+
+
+
+}

Modified: branches/dxftoqet2/dxftoqet_mainwindow.h
===================================================================
--- branches/dxftoqet2/dxftoqet_mainwindow.h	2016-03-28 13:19:28 UTC (rev 4404)
+++ branches/dxftoqet2/dxftoqet_mainwindow.h	2016-03-28 16:09:34 UTC (rev 4405)
@@ -91,6 +91,7 @@
 	void DXF_Block_table();
 	void Clear_view();
 	void Clear_struct();
+	void Set_Tables_sizes();
 
 	protected:
 	void changeEvent(QEvent *e);

Modified: branches/dxftoqet2/dxftoqet_mainwindow.ui
===================================================================
--- branches/dxftoqet2/dxftoqet_mainwindow.ui	2016-03-28 13:19:28 UTC (rev 4404)
+++ branches/dxftoqet2/dxftoqet_mainwindow.ui	2016-03-28 16:09:34 UTC (rev 4405)
@@ -743,7 +743,7 @@
             <widget class="QTabWidget" name="tabWidget_2">
              <property name="geometry">
               <rect>
-               <x>10</x>
+               <x>0</x>
                <y>10</y>
                <width>871</width>
                <height>601</height>
@@ -759,7 +759,7 @@
               <string notr="true">BACKGROUND:rgb(225, 225, 225)</string>
              </property>
              <property name="currentIndex">
-              <number>2</number>
+              <number>4</number>
              </property>
              <widget class="QWidget" name="tab_dxf_sections">
               <attribute name="title">
@@ -2416,6 +2416,1020 @@
                </layout>
               </widget>
              </widget>
+             <widget class="QWidget" name="dxf_entitie_limits">
+              <attribute name="title">
+               <string>Entite table limits</string>
+              </attribute>
+              <widget class="QWidget" name="layoutWidget2_2">
+               <property name="geometry">
+                <rect>
+                 <x>10</x>
+                 <y>20</y>
+                 <width>697</width>
+                 <height>532</height>
+                </rect>
+               </property>
+               <layout class="QGridLayout" name="gridLayout_4">
+                <item row="2" column="3">
+                 <widget class="QLineEdit" name="DXF_LINE_2">
+                  <property name="maximumSize">
+                   <size>
+                    <width>50</width>
+                    <height>16777215</height>
+                   </size>
+                  </property>
+                  <property name="styleSheet">
+                   <string notr="true">color:rgb(170, 85, 255)</string>
+                  </property>
+                 </widget>
+                </item>
+                <item row="3" column="4">
+                 <widget class="QLabel" name="label_87">
+                  <property name="text">
+                   <string>SHAPE</string>
+                  </property>
+                 </widget>
+                </item>
+                <item row="4" column="4">
+                 <widget class="QLabel" name="label_88">
+                  <property name="styleSheet">
+                   <string notr="true">BACKGROUND:rgb(165, 198, 130)</string>
+                  </property>
+                  <property name="text">
+                   <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;SOLID&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
+                  </property>
+                 </widget>
+                </item>
+                <item row="11" column="2">
+                 <widget class="QLabel" name="label_89">
+                  <property name="styleSheet">
+                   <string notr="true">BACKGROUND:rgb(165, 198, 130)</string>
+                  </property>
+                  <property name="text">
+                   <string>POINT</string>
+                  </property>
+                  <property name="alignment">
+                   <set>Qt::AlignCenter</set>
+                  </property>
+                 </widget>
+                </item>
+                <item row="5" column="2">
+                 <widget class="QLabel" name="label_90">
+                  <property name="text">
+                   <string>MLINE</string>
+                  </property>
+                 </widget>
+                </item>
+                <item row="11" column="0">
+                 <widget class="QLabel" name="label_91">
+                  <property name="text">
+                   <string>HELIX</string>
+                  </property>
+                 </widget>
+                </item>
+                <item row="4" column="2">
+                 <widget class="QLabel" name="label_92">
+                  <property name="text">
+                   <string>MESH</string>
+                  </property>
+                 </widget>
+                </item>
+                <item row="8" column="2">
+                 <widget class="QLabel" name="label_93">
+                  <property name="text">
+                   <string>MTEXT</string>
+                  </property>
+                 </widget>
+                </item>
+                <item row="13" column="1">
+                 <widget class="QLineEdit" name="DXF_INSERT_2">
+                  <property name="maximumSize">
+                   <size>
+                    <width>50</width>
+                    <height>16777215</height>
+                   </size>
+                  </property>
+                  <property name="styleSheet">
+                   <string notr="true">color:rgb(170, 85, 255)</string>
+                  </property>
+                 </widget>
+                </item>
+                <item row="4" column="5">
+                 <widget class="QLineEdit" name="DXF_SOLID_2">
+                  <property name="maximumSize">
+                   <size>
+                    <width>50</width>
+                    <height>16777215</height>
+                   </size>
+                  </property>
+                  <property name="styleSheet">
+                   <string notr="true">color:rgb(170, 85, 255)</string>
+                  </property>
+                 </widget>
+                </item>
+                <item row="7" column="4">
+                 <widget class="QLabel" name="label_94">
+                  <property name="text">
+                   <string>SURFACE</string>
+                  </property>
+                 </widget>
+                </item>
+                <item row="10" column="5">
+                 <widget class="QLineEdit" name="DXF_TOLERANCE_2">
+                  <property name="maximumSize">
+                   <size>
+                    <width>50</width>
+                    <height>16777215</height>
+                   </size>
+                  </property>
+                  <property name="styleSheet">
+                   <string notr="true">color:rgb(170, 85, 255)</string>
+                  </property>
+                 </widget>
+                </item>
+                <item row="12" column="1">
+                 <widget class="QLineEdit" name="DXF_IMAGE_2">
+                  <property name="maximumSize">
+                   <size>
+                    <width>50</width>
+                    <height>16777215</height>
+                   </size>
+                  </property>
+                  <property name="styleSheet">
+                   <string notr="true">color:rgb(170, 85, 255)</string>
+                  </property>
+                 </widget>
+                </item>
+                <item row="6" column="3">
+                 <widget class="QLineEdit" name="DXF_MLEADERSTYLE_2">
+                  <property name="maximumSize">
+                   <size>
+                    <width>50</width>
+                    <height>16777215</height>
+                   </size>
+                  </property>
+                  <property name="styleSheet">
+                   <string notr="true">color:rgb(170, 85, 255)</string>
+                  </property>
+                 </widget>
+                </item>
+                <item row="13" column="5">
+                 <widget class="QLineEdit" name="DXF_VERTEX_2">
+                  <property name="maximumSize">
+                   <size>
+                    <width>50</width>
+                    <height>16777215</height>
+                   </size>
+                  </property>
+                  <property name="styleSheet">
+                   <string notr="true">color:rgb(170, 85, 255)</string>
+                  </property>
+                 </widget>
+                </item>
+                <item row="11" column="5">
+                 <widget class="QLineEdit" name="DXF_TRACE_2">
+                  <property name="maximumSize">
+                   <size>
+                    <width>50</width>
+                    <height>16777215</height>
+                   </size>
+                  </property>
+                  <property name="styleSheet">
+                   <string notr="true">color:rgb(170, 85, 255)</string>
+                  </property>
+                 </widget>
+                </item>
+                <item row="3" column="1">
+                 <widget class="QLineEdit" name="DXF_ARC_2">
+                  <property name="maximumSize">
+                   <size>
+                    <width>50</width>
+                    <height>16777215</height>
+                   </size>
+                  </property>
+                  <property name="styleSheet">
+                   <string notr="true">color:rgb(170, 85, 255)</string>
+                  </property>
+                 </widget>
+                </item>
+                <item row="6" column="0">
+                 <widget class="QLabel" name="label_95">
+                  <property name="text">
+                   <string>BODY</string>
+                  </property>
+                 </widget>
+                </item>
+                <item row="10" column="0">
+                 <widget class="QLabel" name="label_96">
+                  <property name="text">
+                   <string>HATCH</string>
+                  </property>
+                 </widget>
+                </item>
+                <item row="9" column="1">
+                 <widget class="QLineEdit" name="DXF_ELLIPSE_2">
+                  <property name="maximumSize">
+                   <size>
+                    <width>50</width>
+                    <height>16777215</height>
+                   </size>
+                  </property>
+                  <property name="styleSheet">
+                   <string notr="true">color:rgb(170, 85, 255)</string>
+                  </property>
+                 </widget>
+                </item>
+                <item row="2" column="4">
+                 <widget class="QLabel" name="label_97">
+                  <property name="text">
+                   <string>SEQEND</string>
+                  </property>
+                 </widget>
+                </item>
+                <item row="0" column="5">
+                 <widget class="QLineEdit" name="DXF_REGION_2">
+                  <property name="maximumSize">
+                   <size>
+                    <width>50</width>
+                    <height>16777215</height>
+                   </size>
+                  </property>
+                  <property name="styleSheet">
+                   <string notr="true">color:rgb(170, 85, 255)</string>
+                  </property>
+                 </widget>
+                </item>
+                <item row="8" column="3">
+                 <widget class="QLineEdit" name="DXF_MTEXT_2">
+                  <property name="maximumSize">
+                   <size>
+                    <width>50</width>
+                    <height>16777215</height>
+                   </size>
+                  </property>
+                  <property name="styleSheet">
+                   <string notr="true">color:rgb(170, 85, 255)</string>
+                  </property>
+                 </widget>
+                </item>
+                <item row="7" column="5">
+                 <widget class="QLineEdit" name="DXF_SURFACE_2">
+                  <property name="maximumSize">
+                   <size>
+                    <width>50</width>
+                    <height>16777215</height>
+                   </size>
+                  </property>
+                  <property name="styleSheet">
+                   <string notr="true">color:rgb(170, 85, 255)</string>
+                  </property>
+                 </widget>
+                </item>
+                <item row="1" column="5">
+                 <widget class="QLineEdit" name="DXF_SECTION_2">
+                  <property name="maximumSize">
+                   <size>
+                    <width>50</width>
+                    <height>16777215</height>
+                   </size>
+                  </property>
+                  <property name="styleSheet">
+                   <string notr="true">color:rgb(170, 85, 255)</string>
+                  </property>
+                 </widget>
+                </item>
+                <item row="8" column="5">
+                 <widget class="QLineEdit" name="DXF_TABLE_2">
+                  <property name="maximumSize">
+                   <size>
+                    <width>50</width>
+                    <height>16777215</height>
+                   </size>
+                  </property>
+                  <property name="styleSheet">
+                   <string notr="true">color:rgb(170, 85, 255)</string>
+                  </property>
+                 </widget>
+                </item>
+                <item row="8" column="4">
+                 <widget class="QLabel" name="label_98">
+                  <property name="text">
+                   <string>TABLE</string>
+                  </property>
+                 </widget>
+                </item>
+                <item row="9" column="4">
+                 <widget class="QLabel" name="label_99">
+                  <property name="styleSheet">
+                   <string notr="true">BACKGROUND:rgb(165, 198, 130)</string>
+                  </property>
+                  <property name="text">
+                   <string>TEXT</string>
+                  </property>
+                  <property name="alignment">
+                   <set>Qt::AlignCenter</set>
+                  </property>
+                 </widget>
+                </item>
+                <item row="13" column="3">
+                 <widget class="QLineEdit" name="DXF_RAY_2">
+                  <property name="maximumSize">
+                   <size>
+                    <width>50</width>
+                    <height>16777215</height>
+                   </size>
+                  </property>
+                  <property name="styleSheet">
+                   <string notr="true">color:rgb(170, 85, 255)</string>
+                  </property>
+                 </widget>
+                </item>
+                <item row="10" column="1">
+                 <widget class="QLineEdit" name="DXF_HATCH_2">
+                  <property name="maximumSize">
+                   <size>
+                    <width>50</width>
+                    <height>16777215</height>
+                   </size>
+                  </property>
+                  <property name="styleSheet">
+                   <string notr="true">color:rgb(170, 85, 255)</string>
+                  </property>
+                 </widget>
+                </item>
+                <item row="0" column="0">
+                 <widget class="QLabel" name="label_100">
+                  <property name="text">
+                   <string>3DFACE</string>
+                  </property>
+                 </widget>
+                </item>
+                <item row="12" column="4">
+                 <widget class="QLabel" name="label_101">
+                  <property name="text">
+                   <string>UNDERLAY</string>
+                  </property>
+                 </widget>
+                </item>
+                <item row="13" column="4">
+                 <widget class="QLabel" name="label_102">
+                  <property name="styleSheet">
+                   <string notr="true">BACKGROUND:rgb(165, 198, 130)</string>
+                  </property>
+                  <property name="text">
+                   <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;VERTEX&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
+                  </property>
+                 </widget>
+                </item>
+                <item row="0" column="1">
+                 <widget class="QLineEdit" name="DXF_3DFACE_2">
+                  <property name="maximumSize">
+                   <size>
+                    <width>50</width>
+                    <height>16777215</height>
+                   </size>
+                  </property>
+                  <property name="styleSheet">
+                   <string notr="true">color:rgb(170, 85, 255)</string>
+                  </property>
+                 </widget>
+                </item>
+                <item row="9" column="3">
+                 <widget class="QLineEdit" name="DXF_OLEFRAME_2">
+                  <property name="maximumSize">
+                   <size>
+                    <width>50</width>
+                    <height>16777215</height>
+                   </size>
+                  </property>
+                  <property name="styleSheet">
+                   <string notr="true">color:rgb(170, 85, 255)</string>
+                  </property>
+                 </widget>
+                </item>
+                <item row="5" column="4">
+                 <widget class="QLabel" name="label_103">
+                  <property name="text">
+                   <string>SPLINE</string>
+                  </property>
+                 </widget>
+                </item>
+                <item row="6" column="4">
+                 <widget class="QLabel" name="label_104">
+                  <property name="text">
+                   <string>SUN</string>
+                  </property>
+                 </widget>
+                </item>
+                <item row="12" column="0">
+                 <widget class="QLabel" name="label_105">
+                  <property name="text">
+                   <string>IMAGE</string>
+                  </property>
+                 </widget>
+                </item>
+                <item row="1" column="0">
+                 <widget class="QLabel" name="label_106">
+                  <property name="text">
+                   <string>3DSOLID</string>
+                  </property>
+                 </widget>
+                </item>
+                <item row="13" column="2">
+                 <widget class="QLabel" name="label_107">
+                  <property name="text">
+                   <string>RAY</string>
+                  </property>
+                 </widget>
+                </item>
+                <item row="4" column="1">
+                 <widget class="QLineEdit" name="DXF_ATTDEF_2">
+                  <property name="maximumSize">
+                   <size>
+                    <width>50</width>
+                    <height>16777215</height>
+                   </size>
+                  </property>
+                  <property name="styleSheet">
+                   <string notr="true">color:rgb(170, 85, 255)</string>
+                  </property>
+                 </widget>
+                </item>
+                <item row="2" column="0">
+                 <widget class="QLabel" name="label_108">
+                  <property name="text">
+                   <string>ACAD_PROXY_ENTITY</string>
+                  </property>
+                 </widget>
+                </item>
+                <item row="1" column="3">
+                 <widget class="QLineEdit" name="DXF_LIGHT_2">
+                  <property name="maximumSize">
+                   <size>
+                    <width>50</width>
+                    <height>16777215</height>
+                   </size>
+                  </property>
+                  <property name="styleSheet">
+                   <string notr="true">color:rgb(170, 85, 255)</string>
+                  </property>
+                 </widget>
+                </item>
+                <item row="8" column="0">
+                 <widget class="QLabel" name="label_109">
+                  <property name="text">
+                   <string>DIMENSIONS</string>
+                  </property>
+                 </widget>
+                </item>
+                <item row="11" column="3">
+                 <widget class="QLineEdit" name="DXF_POINT_2">
+                  <property name="maximumSize">
+                   <size>
+                    <width>50</width>
+                    <height>16777215</height>
+                   </size>
+                  </property>
+                  <property name="styleSheet">
+                   <string notr="true">color:rgb(170, 85, 255)</string>
+                  </property>
+                 </widget>
+                </item>
+                <item row="9" column="2">
+                 <widget class="QLabel" name="label_110">
+                  <property name="text">
+                   <string>OLEFRAME</string>
+                  </property>
+                 </widget>
+                </item>
+                <item row="0" column="2">
+                 <widget class="QLabel" name="label_111">
+                  <property name="text">
+                   <string>LEADER</string>
+                  </property>
+                 </widget>
+                </item>
+                <item row="1" column="1">
+                 <widget class="QLineEdit" name="DXF_3DSOLID_2">
+                  <property name="maximumSize">
+                   <size>
+                    <width>50</width>
+                    <height>16777215</height>
+                   </size>
+                  </property>
+                  <property name="styleSheet">
+                   <string notr="true">color:rgb(170, 85, 255)</string>
+                  </property>
+                 </widget>
+                </item>
+                <item row="12" column="2">
+                 <widget class="QLabel" name="label_112">
+                  <property name="sizePolicy">
+                   <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
+                    <horstretch>0</horstretch>
+                    <verstretch>0</verstretch>
+                   </sizepolicy>
+                  </property>
+                  <property name="styleSheet">
+                   <string notr="true">BACKGROUND:rgb(165, 198, 130)</string>
+                  </property>
+                  <property name="text">
+                   <string>POLYLINE</string>
+                  </property>
+                  <property name="alignment">
+                   <set>Qt::AlignCenter</set>
+                  </property>
+                 </widget>
+                </item>
+                <item row="3" column="5">
+                 <widget class="QLineEdit" name="DXF_SHAPE_2">
+                  <property name="maximumSize">
+                   <size>
+                    <width>50</width>
+                    <height>16777215</height>
+                   </size>
+                  </property>
+                  <property name="styleSheet">
+                   <string notr="true">color:rgb(170, 85, 255)</string>
+                  </property>
+                 </widget>
+                </item>
+                <item row="6" column="5">
+                 <widget class="QLineEdit" name="DXF_SUN_2">
+                  <property name="maximumSize">
+                   <size>
+                    <width>50</width>
+                    <height>16777215</height>
+                   </size>
+                  </property>
+                  <property name="styleSheet">
+                   <string notr="true">color:rgb(170, 85, 255)</string>
+                  </property>
+                 </widget>
+                </item>
+                <item row="7" column="1">
+                 <widget class="QLineEdit" name="DXF_CIRCLE_2">
+                  <property name="maximumSize">
+                   <size>
+                    <width>50</width>
+                    <height>16777215</height>
+                   </size>
+                  </property>
+                  <property name="styleSheet">
+                   <string notr="true">color:rgb(170, 85, 255)</string>
+                  </property>
+                 </widget>
+                </item>
+                <item row="9" column="5">
+                 <widget class="QLineEdit" name="DXF_TEXT_2">
+                  <property name="maximumSize">
+                   <size>
+                    <width>50</width>
+                    <height>16777215</height>
+                   </size>
+                  </property>
+                  <property name="styleSheet">
+                   <string notr="true">color:rgb(170, 85, 255);
+border-width: 2px;
+border-color: rgb(170, 0, 0);</string>
+                  </property>
+                 </widget>
+                </item>
+                <item row="7" column="0">
+                 <widget class="QLabel" name="label_113">
+                  <property name="styleSheet">
+                   <string notr="true">BACKGROUND:rgb(165, 198, 130)</string>
+                  </property>
+                  <property name="text">
+                   <string>CIRCLE</string>
+                  </property>
+                  <property name="alignment">
+                   <set>Qt::AlignCenter</set>
+                  </property>
+                 </widget>
+                </item>
+                <item row="7" column="2">
+                 <widget class="QLabel" name="label_114">
+                  <property name="text">
+                   <string>MLEADER</string>
+                  </property>
+                 </widget>
+                </item>
+                <item row="1" column="6">
+                 <widget class="QLabel" name="label_115">
+                  <property name="text">
+                   <string>WIPEOUT</string>
+                  </property>
+                 </widget>
+                </item>
+                <item row="2" column="5">
+                 <widget class="QLineEdit" name="DXF_SEQEND_2">
+                  <property name="maximumSize">
+                   <size>
+                    <width>50</width>
+                    <height>16777215</height>
+                   </size>
+                  </property>
+                  <property name="styleSheet">
+                   <string notr="true">color:rgb(170, 85, 255)</string>
+                  </property>
+                 </widget>
+                </item>
+                <item row="2" column="6">
+                 <widget class="QLabel" name="label_116">
+                  <property name="text">
+                   <string>XLINE</string>
+                  </property>
+                 </widget>
+                </item>
+                <item row="12" column="5">
+                 <widget class="QLineEdit" name="DXF_UNDERLAY_2">
+                  <property name="maximumSize">
+                   <size>
+                    <width>50</width>
+                    <height>16777215</height>
+                   </size>
+                  </property>
+                  <property name="styleSheet">
+                   <string notr="true">color:rgb(170, 85, 255)</string>
+                  </property>
+                 </widget>
+                </item>
+                <item row="5" column="1">
+                 <widget class="QLineEdit" name="DXF_ATTRIB_2">
+                  <property name="maximumSize">
+                   <size>
+                    <width>50</width>
+                    <height>16777215</height>
+                   </size>
+                  </property>
+                  <property name="styleSheet">
+                   <string notr="true">color:rgb(170, 85, 255)</string>
+                  </property>
+                 </widget>
+                </item>
+                <item row="4" column="3">
+                 <widget class="QLineEdit" name="DXF_MESH_2">
+                  <property name="maximumSize">
+                   <size>
+                    <width>50</width>
+                    <height>16777215</height>
+                   </size>
+                  </property>
+                  <property name="styleSheet">
+                   <string notr="true">color:rgb(170, 85, 255)</string>
+                  </property>
+                 </widget>
+                </item>
+                <item row="1" column="4">
+                 <widget class="QLabel" name="label_117">
+                  <property name="text">
+                   <string>SECTION</string>
+                  </property>
+                 </widget>
+                </item>
+                <item row="10" column="2">
+                 <widget class="QLabel" name="label_118">
+                  <property name="text">
+                   <string>OLE2FRAME</string>
+                  </property>
+                 </widget>
+                </item>
+                <item row="0" column="7">
+                 <widget class="QLineEdit" name="DXF_VIEWPORT_2">
+                  <property name="maximumSize">
+                   <size>
+                    <width>50</width>
+                    <height>16777215</height>
+                   </size>
+                  </property>
+                  <property name="styleSheet">
+                   <string notr="true">color:rgb(170, 85, 255)</string>
+                  </property>
+                 </widget>
+                </item>
+                <item row="12" column="3">
+                 <widget class="QLineEdit" name="DXF_POLYLINE_2">
+                  <property name="maximumSize">
+                   <size>
+                    <width>50</width>
+                    <height>16777215</height>
+                   </size>
+                  </property>
+                  <property name="styleSheet">
+                   <string notr="true">color:rgb(170, 85, 255)</string>
+                  </property>
+                 </widget>
+                </item>
+                <item row="9" column="0">
+                 <widget class="QLabel" name="label_119">
+                  <property name="styleSheet">
+                   <string notr="true">BACKGROUND:rgb(165, 198, 130)</string>
+                  </property>
+                  <property name="text">
+                   <string>ELLIPSE</string>
+                  </property>
+                  <property name="alignment">
+                   <set>Qt::AlignCenter</set>
+                  </property>
+                 </widget>
+                </item>
+                <item row="1" column="7">
+                 <widget class="QLineEdit" name="DXF_WIPEOUT_2">
+                  <property name="maximumSize">
+                   <size>
+                    <width>50</width>
+                    <height>16777215</height>
+                   </size>
+                  </property>
+                  <property name="styleSheet">
+                   <string notr="true">color:rgb(170, 85, 255)</string>
+                  </property>
+                 </widget>
+                </item>
+                <item row="0" column="6">
+                 <widget class="QLabel" name="label_120">
+                  <property name="text">
+                   <string>VIEWPORT</string>
+                  </property>
+                 </widget>
+                </item>
+                <item row="4" column="0">
+                 <widget class="QLabel" name="label_121">
+                  <property name="styleSheet">
+                   <string notr="true">BACKGROUND:rgb(165, 198, 130)</string>
+                  </property>
+                  <property name="text">
+                   <string>ATTDEF</string>
+                  </property>
+                  <property name="alignment">
+                   <set>Qt::AlignCenter</set>
+                  </property>
+                 </widget>
+                </item>
+                <item row="11" column="1">
+                 <widget class="QLineEdit" name="DXF_HELIX_2">
+                  <property name="maximumSize">
+                   <size>
+                    <width>50</width>
+                    <height>16777215</height>
+                   </size>
+                  </property>
+                  <property name="styleSheet">
+                   <string notr="true">color:rgb(170, 85, 255)</string>
+                  </property>
+                 </widget>
+                </item>
+                <item row="5" column="5">
+                 <widget class="QLineEdit" name="DXF_SPLINE_2">
+                  <property name="maximumSize">
+                   <size>
+                    <width>50</width>
+                    <height>16777215</height>
+                   </size>
+                  </property>
+                  <property name="styleSheet">
+                   <string notr="true">color:rgb(170, 85, 255)</string>
+                  </property>
+                 </widget>
+                </item>
+                <item row="2" column="1">
+                 <widget class="QLineEdit" name="DXF_ACAD_PROXY_ENTITY_2">
+                  <property name="maximumSize">
+                   <size>
+                    <width>50</width>
+                    <height>16777215</height>
+                   </size>
+                  </property>
+                  <property name="styleSheet">
+                   <string notr="true">color:rgb(170, 85, 255)</string>
+                  </property>
+                 </widget>
+                </item>
+                <item row="11" column="4">
+                 <widget class="QLabel" name="label_122">
+                  <property name="text">
+                   <string>TRACE</string>
+                  </property>
+                 </widget>
+                </item>
+                <item row="7" column="3">
+                 <widget class="QLineEdit" name="DXF_MLEADER_2">
+                  <property name="maximumSize">
+                   <size>
+                    <width>50</width>
+                    <height>16777215</height>
+                   </size>
+                  </property>
+                  <property name="styleSheet">
+                   <string notr="true">color:rgb(170, 85, 255)</string>
+                  </property>
+                 </widget>
+                </item>
+                <item row="0" column="3">
+                 <widget class="QLineEdit" name="DXF_LEADER_2">
+                  <property name="maximumSize">
+                   <size>
+                    <width>50</width>
+                    <height>16777215</height>
+                   </size>
+                  </property>
+                  <property name="styleSheet">
+                   <string notr="true">color:rgb(170, 85, 255)</string>
+                  </property>
+                 </widget>
+                </item>
+                <item row="10" column="4">
+                 <widget class="QLabel" name="label_123">
+                  <property name="text">
+                   <string>TOLERANCE</string>
+                  </property>
+                 </widget>
+                </item>
+                <item row="5" column="3">
+                 <widget class="QLineEdit" name="DXF_MLINE_2">
+                  <property name="maximumSize">
+                   <size>
+                    <width>50</width>
+                    <height>16777215</height>
+                   </size>
+                  </property>
+                  <property name="styleSheet">
+                   <string notr="true">color:rgb(170, 85, 255)</string>
+                  </property>
+                 </widget>
+                </item>
+                <item row="2" column="2">
+                 <widget class="QLabel" name="label_124">
+                  <property name="styleSheet">
+                   <string notr="true">BACKGROUND:rgb(165, 198, 130)</string>
+                  </property>
+                  <property name="text">
+                   <string>LINE</string>
+                  </property>
+                  <property name="alignment">
+                   <set>Qt::AlignCenter</set>
+                  </property>
+                 </widget>
+                </item>
+                <item row="3" column="3">
+                 <widget class="QLineEdit" name="DXF_LWPOLYLINE_2">
+                  <property name="maximumSize">
+                   <size>
+                    <width>50</width>
+                    <height>16777215</height>
+                   </size>
+                  </property>
+                  <property name="styleSheet">
+                   <string notr="true">color:rgb(170, 85, 255)</string>
+                  </property>
+                 </widget>
+                </item>
+                <item row="1" column="2">
+                 <widget class="QLabel" name="label_125">
+                  <property name="text">
+                   <string>LIGHT</string>
+                  </property>
+                 </widget>
+                </item>
+                <item row="3" column="0">
+                 <widget class="QLabel" name="label_126">
+                  <property name="styleSheet">
+                   <string notr="true">BACKGROUND:rgb(165, 198, 130)</string>
+                  </property>
+                  <property name="text">
+                   <string>ARC</string>
+                  </property>
+                  <property name="alignment">
+                   <set>Qt::AlignCenter</set>
+                  </property>
+                 </widget>
+                </item>
+                <item row="3" column="2">
+                 <widget class="QLabel" name="label_127">
+                  <property name="styleSheet">
+                   <string notr="true">BACKGROUND:rgb(165, 198, 130)</string>
+                  </property>
+                  <property name="text">
+                   <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;LWPOLYLINE&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
+                  </property>
+                 </widget>
+                </item>
+                <item row="10" column="3">
+                 <widget class="QLineEdit" name="DXF_OLE2FRAME_2">
+                  <property name="maximumSize">
+                   <size>
+                    <width>50</width>
+                    <height>16777215</height>
+                   </size>
+                  </property>
+                  <property name="styleSheet">
+                   <string notr="true">color:rgb(170, 85, 255)</string>
+                  </property>
+                 </widget>
+                </item>
+                <item row="6" column="2">
+                 <widget class="QLabel" name="label_128">
+                  <property name="text">
+                   <string>MLEADERSTYLE</string>
+                  </property>
+                 </widget>
+                </item>
+                <item row="13" column="0">
+                 <widget class="QLabel" name="label_129">
+                  <property name="styleSheet">
+                   <string notr="true">BACKGROUND:rgb(165, 198, 130)</string>
+                  </property>
+                  <property name="text">
+                   <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;INSERT&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
+                  </property>
+                 </widget>
+                </item>
+                <item row="8" column="1">
+                 <widget class="QLineEdit" name="DXF_DIMENSIONS_2">
+                  <property name="maximumSize">
+                   <size>
+                    <width>50</width>
+                    <height>16777215</height>
+                   </size>
+                  </property>
+                  <property name="styleSheet">
+                   <string notr="true">color:rgb(170, 85, 255)</string>
+                  </property>
+                 </widget>
+                </item>
+                <item row="5" column="0">
+                 <widget class="QLabel" name="label_130">
+                  <property name="styleSheet">
+                   <string notr="true">BACKGROUND:rgb(165, 198, 130)</string>
+                  </property>
+                  <property name="text">
+                   <string>ATTRIB</string>
+                  </property>
+                  <property name="alignment">
+                   <set>Qt::AlignCenter</set>
+                  </property>
+                 </widget>
+                </item>
+                <item row="0" column="4">
+                 <widget class="QLabel" name="label_131">
+                  <property name="text">
+                   <string>REGION</string>
+                  </property>
+                 </widget>
+                </item>
+                <item row="6" column="1">
+                 <widget class="QLineEdit" name="DXF_BODY_2">
+                  <property name="maximumSize">
+                   <size>
+                    <width>50</width>
+                    <height>16777215</height>
+                   </size>
+                  </property>
+                  <property name="styleSheet">
+                   <string notr="true">color:rgb(170, 85, 255)</string>
+                  </property>
+                 </widget>
+                </item>
+                <item row="2" column="7">
+                 <widget class="QLineEdit" name="DXF_XLINE_2">
+                  <property name="maximumSize">
+                   <size>
+                    <width>50</width>
+                    <height>16777215</height>
+                   </size>
+                  </property>
+                  <property name="styleSheet">
+                   <string notr="true">color:rgb(170, 85, 255)</string>
+                  </property>
+                 </widget>
+                </item>
+                <item row="13" column="7">
+                 <spacer name="horizontalSpacer_18">
+                  <property name="orientation">
+                   <enum>Qt::Horizontal</enum>
+                  </property>
+                  <property name="sizeHint" stdset="0">
+                   <size>
+                    <width>40</width>
+                    <height>20</height>
+                   </size>
+                  </property>
+                 </spacer>
+                </item>
+                <item row="8" column="6" rowspan="5" colspan="2">
+                 <widget class="QPlainTextEdit" name="plainTextEdit_4">
+                  <property name="plainText">
+                   <string>This page displays the table size of  the entities</string>
+                  </property>
+                  <property name="placeholderText">
+                   <string/>
+                  </property>
+                 </widget>
+                </item>
+               </layout>
+              </widget>
+             </widget>
             </widget>
            </widget>
            <widget class="QWidget" name="tab_qet">


Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/