mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 17:03:58 +02:00
Adding new icon and getters
This commit is contained in:
parent
b15e7cec21
commit
1494aa4faa
2 changed files with 14 additions and 0 deletions
11
interface/resources/images/redarrow_reversed.svg
Normal file
11
interface/resources/images/redarrow_reversed.svg
Normal file
|
@ -0,0 +1,11 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 18.1.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<svg version="1.1" id="Layer_1" xmlns:xl="http://www.w3.org/1999/xlink"
|
||||
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="225.8 714.2 326.5 512"
|
||||
enable-background="new 225.8 714.2 326.5 512" xml:space="preserve">
|
||||
<g>
|
||||
<g>
|
||||
<path fill="#FF5353" d="M552.4,1226.2l-326.5-256l326.5-256V1226.2z"/>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 503 B |
|
@ -62,6 +62,9 @@ public:
|
|||
|
||||
void loadSettings(const QString& lookupString = QString());
|
||||
|
||||
bool getBackState() { return (!_backStack.isEmpty()); }
|
||||
bool getForwardState() { return (!_forwardStack.isEmpty()); }
|
||||
|
||||
public slots:
|
||||
void handleLookupString(const QString& lookupString);
|
||||
|
||||
|
|
Loading…
Reference in a new issue