mirror of
https://github.com/KeksPirates/SoftwareManager.git
synced 2026-08-03 17:39:42 +02:00
made it more user frendly using a placeholdertext
This commit is contained in:
@@ -24,8 +24,6 @@ def scrape_steamrip_links(text = None):
|
||||
name = gamehtml.find("a", href=lambda x: x and x.startswith("/"))
|
||||
names += re.findall('(?<=\/">)[^<]*', name.__str__())
|
||||
|
||||
print(names)
|
||||
|
||||
|
||||
|
||||
# construct the list[dict[str,str]]
|
||||
|
||||
@@ -25,7 +25,7 @@ class FuzzySearchWindow(QtWidgets.QWidget): # should work everywhere
|
||||
self.ignorekeys = ignorekeys
|
||||
|
||||
self.searchbox = QtWidgets.QLineEdit()
|
||||
self.searchbox.placeholderText = "Search for a game"
|
||||
self.searchbox.setPlaceholderText("Search for a game on Steamrip")
|
||||
|
||||
self.table = QtWidgets.QTableWidget()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user