调整属性添加内部逻辑
This commit is contained in:
parent
23da60a235
commit
95ae695919
|
|
@ -551,7 +551,7 @@ void AttributeTableModel::forceRefresh()
|
||||||
|
|
||||||
void AttributeTableModel::insertRecord(int row)
|
void AttributeTableModel::insertRecord(int row)
|
||||||
{
|
{
|
||||||
if(row < 0 || row > rowCount())
|
if(row < 0 /*|| row > rowCount()*/)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
RowData newRow;
|
RowData newRow;
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@
|
||||||
<rect>
|
<rect>
|
||||||
<x>0</x>
|
<x>0</x>
|
||||||
<y>0</y>
|
<y>0</y>
|
||||||
<width>1042</width>
|
<width>998</width>
|
||||||
<height>492</height>
|
<height>492</height>
|
||||||
</rect>
|
</rect>
|
||||||
</property>
|
</property>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue