Home
last modified time | relevance | path

Searched refs:placeholder_text (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/tools/perf/scripts/python/
H A Dexported-sql-viewer.py3285 def __init__(self, glb, label, placeholder_text, parent, id = "", default = ""): argument
3288 self.placeholder_text = placeholder_text
3301 if placeholder_text:
3302 self.widget.setPlaceholderText(placeholder_text)
3359 def __init__(self, glb, label, placeholder_text, column_name, parent): argument
3386 def __init__(self, glb, label, placeholder_text, parent, id = "", default = ""): argument
3402 super(SQLTableDataItem, self).__init__(glb, label, placeholder_text, parent)
3435 def __init__(self, glb, label, placeholder_text, column_name, parent): argument
3448 if placeholder_text:
3449 placeholder_text += ", between " + str(self.first_time) + " and " + str(self.last_time)
[all …]