mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-08-22 08:43:54 +08:00
Update Python packages and pre-commit hooks (#30149)
* Update Python packages and pre-commit hooks * fixes * Update common/transformations/README.md Co-authored-by: Shane Smiskol <shane@smiskol.com> * fix --------- Co-authored-by: adeebshihadeh <adeebshihadeh@users.noreply.github.com> Co-authored-by: Shane Smiskol <shane@smiskol.com> old-commit-hash: 377722fd5ed13349acf99c71954f56e6ccd17c3c
This commit is contained in:
@@ -26,7 +26,7 @@ class InputDialog : public DialogBase {
|
||||
|
||||
public:
|
||||
explicit InputDialog(const QString &title, QWidget *parent, const QString &subtitle = "", bool secret = false);
|
||||
static QString getText(const QString &title, QWidget *parent, const QString &substitle = "",
|
||||
static QString getText(const QString &title, QWidget *parent, const QString &subtitle = "",
|
||||
bool secret = false, int minLength = -1, const QString &defaultText = "");
|
||||
QString text();
|
||||
void setMessage(const QString &message, bool clearInputField = true);
|
||||
|
||||
Reference in New Issue
Block a user