Skip to content

Commit

Permalink
Make text box for scrape source editable
Browse files Browse the repository at this point in the history
lastexport now use custom server names as urls
  • Loading branch information
kabniel committed Apr 3, 2011
1 parent d72fd22 commit a54d935
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion lastscrape.ui
Expand Up @@ -64,7 +64,11 @@
</widget>
</item>
<item row="0" column="1">
<widget class="QComboBox" name="cbScrapeSource"/>
<widget class="QComboBox" name="cbScrapeSource">
<property name="editable">
<bool>true</bool>
</property>
</widget>
</item>
<item row="1" column="0">
<widget class="QLabel" name="label_4">
Expand Down

0 comments on commit a54d935

Please sign in to comment.