mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-10 00:04:23 -04:00
Fix checks
This commit is contained in:
parent
de64e3b8d3
commit
bbe8d9167f
@ -61,6 +61,7 @@ void QgsIdeOptionsWidget::generateGitHubToken()
|
|||||||
//
|
//
|
||||||
// QgsIdeOptionsFactory
|
// QgsIdeOptionsFactory
|
||||||
//
|
//
|
||||||
|
|
||||||
QgsIdeOptionsFactory::QgsIdeOptionsFactory()
|
QgsIdeOptionsFactory::QgsIdeOptionsFactory()
|
||||||
: QgsOptionsWidgetFactory( tr( "IDE" ), QIcon(), QStringLiteral( "ide" ) )
|
: QgsOptionsWidgetFactory( tr( "IDE" ), QIcon(), QStringLiteral( "ide" ) )
|
||||||
{
|
{
|
||||||
|
@ -60,5 +60,4 @@ class QgsIdeOptionsFactory : public QgsOptionsWidgetFactory
|
|||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
#endif // QGSIDEOPTIONS_H
|
#endif // QGSIDEOPTIONS_H
|
||||||
|
@ -2,6 +2,14 @@
|
|||||||
<ui version="4.0">
|
<ui version="4.0">
|
||||||
<class>QgsIdeOptionsWidgetBase</class>
|
<class>QgsIdeOptionsWidgetBase</class>
|
||||||
<widget class="QWidget" name="QgsIdeOptionsWidgetBase">
|
<widget class="QWidget" name="QgsIdeOptionsWidgetBase">
|
||||||
|
<property name="geometry">
|
||||||
|
<rect>
|
||||||
|
<x>0</x>
|
||||||
|
<y>0</y>
|
||||||
|
<width>235</width>
|
||||||
|
<height>117</height>
|
||||||
|
</rect>
|
||||||
|
</property>
|
||||||
<layout class="QGridLayout" name="gridLayout_16">
|
<layout class="QGridLayout" name="gridLayout_16">
|
||||||
<property name="leftMargin">
|
<property name="leftMargin">
|
||||||
<number>0</number>
|
<number>0</number>
|
||||||
@ -16,7 +24,7 @@
|
|||||||
<number>0</number>
|
<number>0</number>
|
||||||
</property>
|
</property>
|
||||||
<item row="0" column="0">
|
<item row="0" column="0">
|
||||||
<widget class="QScrollArea" name="scrollArea">
|
<widget class="QgsScrollArea" name="scrollArea">
|
||||||
<property name="frameShape">
|
<property name="frameShape">
|
||||||
<enum>QFrame::NoFrame</enum>
|
<enum>QFrame::NoFrame</enum>
|
||||||
</property>
|
</property>
|
||||||
@ -28,8 +36,8 @@
|
|||||||
<rect>
|
<rect>
|
||||||
<x>0</x>
|
<x>0</x>
|
||||||
<y>0</y>
|
<y>0</y>
|
||||||
<width>500</width>
|
<width>235</width>
|
||||||
<height>432</height>
|
<height>117</height>
|
||||||
</rect>
|
</rect>
|
||||||
</property>
|
</property>
|
||||||
<layout class="QGridLayout" name="gridLayout">
|
<layout class="QGridLayout" name="gridLayout">
|
||||||
@ -87,6 +95,14 @@
|
|||||||
</item>
|
</item>
|
||||||
</layout>
|
</layout>
|
||||||
</widget>
|
</widget>
|
||||||
|
<customwidgets>
|
||||||
|
<customwidget>
|
||||||
|
<class>QgsScrollArea</class>
|
||||||
|
<extends>QScrollArea</extends>
|
||||||
|
<header>qgsscrollarea.h</header>
|
||||||
|
<container>1</container>
|
||||||
|
</customwidget>
|
||||||
|
</customwidgets>
|
||||||
<tabstops>
|
<tabstops>
|
||||||
<tabstop>scrollArea</tabstop>
|
<tabstop>scrollArea</tabstop>
|
||||||
<tabstop>mTokenLineEdit</tabstop>
|
<tabstop>mTokenLineEdit</tabstop>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user