-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browser: change Add Layers and Refresh buttons ; use designer file fo…
…r qgsbrowserdock
- Loading branch information
1 parent
33682f2
commit 3a6c904
Showing
6 changed files
with
157 additions
and
46 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,143 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<ui version="4.0"> | ||
<class>QgsBrowserDockWidgetBase</class> | ||
<widget class="QDockWidget" name="QgsBrowserDockWidgetBase"> | ||
<property name="geometry"> | ||
<rect> | ||
<x>0</x> | ||
<y>0</y> | ||
<width>274</width> | ||
<height>76</height> | ||
</rect> | ||
</property> | ||
<property name="windowTitle"> | ||
<string>Browser</string> | ||
</property> | ||
<widget class="QWidget" name="mContents"> | ||
<layout class="QVBoxLayout" name="verticalLayout"> | ||
<property name="spacing"> | ||
<number>5</number> | ||
</property> | ||
<property name="margin"> | ||
<number>0</number> | ||
</property> | ||
<item> | ||
<spacer name="mTopSpacer"> | ||
<property name="orientation"> | ||
<enum>Qt::Vertical</enum> | ||
</property> | ||
<property name="sizeType"> | ||
<enum>QSizePolicy::Fixed</enum> | ||
</property> | ||
<property name="sizeHint" stdset="0"> | ||
<size> | ||
<width>1</width> | ||
<height>5</height> | ||
</size> | ||
</property> | ||
</spacer> | ||
</item> | ||
<item> | ||
<layout class="QHBoxLayout" name="mLayoutHeader"> | ||
<property name="spacing"> | ||
<number>5</number> | ||
</property> | ||
<item> | ||
<spacer name="horizontalSpacer_2"> | ||
<property name="orientation"> | ||
<enum>Qt::Horizontal</enum> | ||
</property> | ||
<property name="sizeType"> | ||
<enum>QSizePolicy::Fixed</enum> | ||
</property> | ||
<property name="sizeHint" stdset="0"> | ||
<size> | ||
<width>5</width> | ||
<height>1</height> | ||
</size> | ||
</property> | ||
</spacer> | ||
</item> | ||
<item> | ||
<widget class="QToolButton" name="mBtnRefresh"> | ||
<property name="toolTip"> | ||
<string>Refresh</string> | ||
</property> | ||
<property name="text"> | ||
<string>Refresh</string> | ||
</property> | ||
<property name="icon"> | ||
<iconset resource="../../images/images.qrc"> | ||
<normaloff>:/images/themes/default/mActionRefresh.png</normaloff>:/images/themes/default/mActionRefresh.png</iconset> | ||
</property> | ||
<property name="toolButtonStyle"> | ||
<enum>Qt::ToolButtonTextBesideIcon</enum> | ||
</property> | ||
<property name="autoRaise"> | ||
<bool>true</bool> | ||
</property> | ||
</widget> | ||
</item> | ||
<item> | ||
<widget class="QToolButton" name="mBtnAddLayers"> | ||
<property name="toolTip"> | ||
<string>Add Selected Layers</string> | ||
</property> | ||
<property name="text"> | ||
<string> Selection</string> | ||
</property> | ||
<property name="icon"> | ||
<iconset resource="../../images/images.qrc"> | ||
<normaloff>:/images/themes/default/mActionAdd.png</normaloff>:/images/themes/default/mActionAdd.png</iconset> | ||
</property> | ||
<property name="toolButtonStyle"> | ||
<enum>Qt::ToolButtonTextBesideIcon</enum> | ||
</property> | ||
<property name="autoRaise"> | ||
<bool>true</bool> | ||
</property> | ||
</widget> | ||
</item> | ||
<item> | ||
<spacer name="horizontalSpacer"> | ||
<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> | ||
<widget class="QToolButton" name="mBtnCollapse"> | ||
<property name="toolTip"> | ||
<string>Collapse All</string> | ||
</property> | ||
<property name="text"> | ||
<string>...</string> | ||
</property> | ||
<property name="icon"> | ||
<iconset resource="../../images/images.qrc"> | ||
<normaloff>:/images/themes/default/mActionCollapseTree.png</normaloff>:/images/themes/default/mActionCollapseTree.png</iconset> | ||
</property> | ||
<property name="autoRaise"> | ||
<bool>true</bool> | ||
</property> | ||
</widget> | ||
</item> | ||
</layout> | ||
</item> | ||
<item> | ||
<layout class="QHBoxLayout" name="mLayoutBrowser"/> | ||
</item> | ||
</layout> | ||
</widget> | ||
</widget> | ||
<resources> | ||
<include location="../../images/images.qrc"/> | ||
</resources> | ||
<connections/> | ||
</ui> |