File tree 2 files changed +5
-3
lines changed
2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -175,6 +175,8 @@ QgsVectorLayerProperties::QgsVectorLayerProperties(
175
175
{
176
176
labelingDialog = nullptr ;
177
177
mOptsPage_Labels ->setEnabled ( false ); // disable labeling item
178
+ mGeometryGroupBox ->setEnabled ( false );
179
+ mGeometryGroupBox ->setVisible ( false );
178
180
}
179
181
180
182
// Create the Actions dialog tab
Original file line number Diff line number Diff line change 357
357
</sizepolicy >
358
358
</property >
359
359
<property name =" currentIndex" >
360
- <number >18 </number >
360
+ <number >1 </number >
361
361
</property >
362
362
<widget class =" QWidget" name =" mOptsPage_Information" >
363
363
<layout class =" QVBoxLayout" name =" verticalLayout_5" >
@@ -550,7 +550,7 @@ border-radius: 2px;</string>
550
550
</widget >
551
551
</item >
552
552
<item >
553
- <widget class =" QgsCollapsibleGroupBox" name =" indexGroupBox_2 " >
553
+ <widget class =" QgsCollapsibleGroupBox" name =" mGeometryGroupBox " >
554
554
<property name =" focusPolicy" >
555
555
<enum >Qt::StrongFocus</enum >
556
556
</property >
@@ -2543,7 +2543,7 @@ border-radius: 2px;</string>
2543
2543
<tabstop >mLayerOrigNameLineEdit</tabstop >
2544
2544
<tabstop >txtDisplayName</tabstop >
2545
2545
<tabstop >cboProviderEncoding</tabstop >
2546
- <tabstop >indexGroupBox_2 </tabstop >
2546
+ <tabstop >mGeometryGroupBox </tabstop >
2547
2547
<tabstop >mCrsSelector</tabstop >
2548
2548
<tabstop >pbnIndex</tabstop >
2549
2549
<tabstop >pbnUpdateExtents</tabstop >
You can’t perform that action at this time.
0 commit comments