ability to select a specific backend, and to display or not NSFW videos

This commit is contained in:
Romain Bignon 2010-04-17 13:37:58 +02:00
commit bc5d9911f1
2 changed files with 35 additions and 2 deletions

View file

@ -34,9 +34,22 @@
<item>
<widget class="QLineEdit" name="searchEdit"/>
</item>
<item>
<widget class="QComboBox" name="backendEdit"/>
</item>
</layout>
</widget>
</item>
<item>
<widget class="QCheckBox" name="nsfwCheckBox">
<property name="text">
<string>Display NSFW videos</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QScrollArea" name="scrollArea">
<property name="styleSheet">
@ -51,7 +64,7 @@
<x>0</x>
<y>0</y>
<width>763</width>
<height>419</height>
<height>393</height>
</rect>
</property>
<property name="styleSheet">