folio report properties widget: add two buttons:

first see the edited report,
second see the linked report (if the edited report is already linked)


git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@2742 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
blacksun
2014-01-14 23:09:07 +00:00
parent 6f01fce254
commit d0bafa135f
3 changed files with 62 additions and 11 deletions

View File

@@ -57,7 +57,7 @@
<x>0</x>
<y>0</y>
<width>370</width>
<height>258</height>
<height>224</height>
</rect>
</property>
<layout class="QVBoxLayout" name="available_report_layout">
@@ -74,6 +74,24 @@
</layout>
</widget>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_2">
<item>
<widget class="QPushButton" name="button_this">
<property name="text">
<string>Voir ce report</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="button_linked">
<property name="text">
<string>Voir le report lié</string>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</item>
</layout>