[qcineoob] add 'view' and 'view in new tab' buttons for all search results

This commit is contained in:
Julien Veyssier 2014-11-23 18:42:19 +01:00 committed by Romain Bignon
commit b99576e9dd
8 changed files with 166 additions and 2 deletions

View file

@ -126,6 +126,32 @@
</property>
</widget>
</item>
<item row="3" column="1">
<widget class="QPushButton" name="newTabButton">
<property name="maximumSize">
<size>
<width>16777215</width>
<height>20</height>
</size>
</property>
<property name="text">
<string>View in new tab</string>
</property>
</widget>
</item>
<item row="3" column="0">
<widget class="QPushButton" name="viewButton">
<property name="maximumSize">
<size>
<width>16777215</width>
<height>20</height>
</size>
</property>
<property name="text">
<string>View</string>
</property>
</widget>
</item>
</layout>
</item>
</layout>