mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Enable the location edit widget on mainwindow
Clicking on the 'Manage' button now brings you to the widget to manage it. Nothing has been added on it yet. Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
e3d800885f
commit
7d66dcd12d
5 changed files with 13 additions and 5 deletions
|
@ -131,7 +131,7 @@
|
|||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QPushButton" name="pushButton">
|
||||
<widget class="QPushButton" name="manageDiveSite">
|
||||
<property name="text">
|
||||
<string>manage</string>
|
||||
</property>
|
||||
|
@ -400,7 +400,7 @@
|
|||
<rect>
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>454</width>
|
||||
<width>443</width>
|
||||
<height>752</height>
|
||||
</rect>
|
||||
</property>
|
||||
|
@ -456,7 +456,7 @@
|
|||
<rect>
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>454</width>
|
||||
<width>443</width>
|
||||
<height>752</height>
|
||||
</rect>
|
||||
</property>
|
||||
|
@ -773,7 +773,7 @@
|
|||
<rect>
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>454</width>
|
||||
<width>443</width>
|
||||
<height>752</height>
|
||||
</rect>
|
||||
</property>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue