Home
last modified time | relevance | path

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

/dports/finance/electrum/Electrum-4.1.5/electrum/gui/qt/
H A Dpassword_dialog.py38 PasswordLineEdit)
68 self.pw = PasswordLineEdit()
69 self.new_pw = PasswordLineEdit()
70 self.conf_pw = PasswordLineEdit()
300 self.pw = pw = PasswordLineEdit()
H A Dconfirm_tx_dialog.py39 BlockingWaitingDialog, PasswordLineEdit)
166 self.pw = PasswordLineEdit()
H A Dnetwork_dialog.py45 PasswordLineEdit)
238 self.proxy_password = PasswordLineEdit()
H A Dinstallwizard.py29 InfoButton, char_width_in_lineedit, PasswordLineEdit)
217 pw_e = PasswordLineEdit('', self)
H A Dutil.py873 class PasswordLineEdit(QLineEdit): class
/dports/finance/electrum/Electrum-4.1.5/electrum/plugins/ledger/
H A Dauth2fa.py9 from electrum.gui.qt.util import PasswordLineEdit
88 self.pintxt = PasswordLineEdit()
129 self.cardtxt = PasswordLineEdit()
/dports/finance/electrum/Electrum-4.1.5/electrum/plugins/hw_wallet/
H A Dqt.py37 PasswordLineEdit)
146 pw = PasswordLineEdit()
/dports/games/retroarch/RetroArch-1.9.7/ui/drivers/qt/
H A Dsettingswidgets.h279 class PasswordLineEdit : public StringLineEdit
283 PasswordLineEdit(rarch_setting_t *setting, QWidget *parent = 0);
H A Dqt_widgets.cpp118 addRow(form_label(setting), new PasswordLineEdit(setting)); in addPasswordLineEdit()
457 PasswordLineEdit::PasswordLineEdit(rarch_setting_t *setting, QWidget *parent) : in PasswordLineEdit() function in PasswordLineEdit
/dports/audio/jamulus/jamulus-r3_8_1/windows/
H A Dqt-installer-windows.qs43 page.loginWidget.PasswordLineEdit.setText(password);
/dports/finance/electrum/Electrum-4.1.5/electrum/plugins/trezor/
H A Dqt.py11 OkButton, CloseButton, PasswordLineEdit, getOpenFileName)
175 new_pw = PasswordLineEdit()
176 conf_pw = PasswordLineEdit()
/dports/print/hplip/hplip-3.20.6/ui5/
H A Dsetupdialog.py105 self.PasswordLineEdit = QLineEdit(self)
106 self.PasswordLineEdit.setEchoMode(QLineEdit.Password)
107 Layout.addWidget(self.PasswordLineEdit,2,1,1,2)
117 self.PasswordLineEdit.returnPressed.connect(self.accept)
130 return to_unicode(self.PasswordLineEdit.text())
H A Ddevmgr5.py2268 self.PasswordLineEdit = QLineEdit(self)
2269 self.PasswordLineEdit.setEchoMode(QLineEdit.Password)
2270 Layout.addWidget(self.PasswordLineEdit,2,1,1,2)
2280 self.PasswordLineEdit.returnPressed.connect(self.accept)
2288 return to_unicode(self.PasswordLineEdit.text())
/dports/print/hplip/hplip-3.20.6/ui4/
H A Dsetupdialog.py103 self.PasswordLineEdit = QLineEdit(self)
104 self.PasswordLineEdit.setEchoMode(QLineEdit.Password)
105 Layout.addWidget(self.PasswordLineEdit,2,1,1,2)
115 self.connect(self.PasswordLineEdit, SIGNAL("returnPressed()"), self.accept)
128 return to_unicode(self.PasswordLineEdit.text())
H A Ddevmgr5.py2223 self.PasswordLineEdit = QLineEdit(self)
2224 self.PasswordLineEdit.setEchoMode(QLineEdit.Password)
2225 Layout.addWidget(self.PasswordLineEdit,2,1,1,2)
2235 self.connect(self.PasswordLineEdit, SIGNAL("returnPressed()"), self.accept)
2243 return to_unicode(self.PasswordLineEdit.text())
/dports/astro/gpsbabel/gpsbabel-gpsbabel_1_7_0/tools/qtci/
H A Dqt-install.qs85 widget.loginWidget.PasswordLineEdit.setText(password);
/dports/graphics/qgis-ltr/qgis-3.16.16/
H A DChangeLog161303 [FEATURE][needs-docs] new custom widget PasswordLineEdit
/dports/graphics/qgis/qgis-3.22.3/
H A DChangeLog194996 [FEATURE][needs-docs] new custom widget PasswordLineEdit