mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-20 07:27:22 -06:00
Allow to set placeholder for FileSystemPathEdit
This commit is contained in:
@@ -71,6 +71,9 @@ public:
|
||||
QString fileNameFilter() const;
|
||||
void setFileNameFilter(const QString &val);
|
||||
|
||||
QString placeholder() const;
|
||||
void setPlaceholder(const QString &val);
|
||||
|
||||
/// The browse button caption is "..." if true, and "Browse" otherwise
|
||||
bool briefBrowseButtonCaption() const;
|
||||
void setBriefBrowseButtonCaption(bool brief);
|
||||
|
||||
Reference in New Issue
Block a user