Home
last modified time | relevance | path

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

/dports/devel/umbrello/umbrello-21.12.3/umbrello/dialogs/
H A Dstereoattributedialog.cpp74 m_pNameEdit[row]); // columns 0, 1 in setupDialog()
92 m_pNameEdit[row]->setText(adef.name.trimmed()); in setupDialog()
115 QString name = m_pNameEdit[i]->text().trimmed(); in apply()
H A Dstereoattributedialog.h42 KLineEdit * m_pNameEdit [N_STEREOATTRS]; variable
/dports/irc/kvirc/KVIrc-5.0.0-73-gbdeac0429/src/modules/options/
H A DOptionsWidget_identity.cpp867 …if(m_pEditor->m_pNameEdit->text() == m_pTreeWidget->topLevelItem(i)->text(0) && i != m_iCurrentEdi… in editProfileOkPressed()
924 m_pNameEdit = new QLineEdit(this); in IdentityProfileEditor()
925 KviTalToolTip::add(m_pNameEdit, __tr2qs_ctx("Put here the name of the profile", "options")); in IdentityProfileEditor()
926 pLayout->addWidget(m_pNameEdit, 0, 1, 1, 2); in IdentityProfileEditor()
927 connect(m_pNameEdit, SIGNAL(textChanged(const QString &)), this, SLOT(toggleButton())); in IdentityProfileEditor()
989 m_pNameEdit->setText(pProfile->name()); in editProfile()
997 m_pNameEdit->selectAll(); in editProfile()
1004 pProfile->setName(m_pNameEdit->text()); in editProfile()
1016 m_pBtnOk->setEnabled(!m_pNameEdit->text().isEmpty()); in toggleButton()
H A DOptionsWidget_identity.h116 QLineEdit * m_pNameEdit;
/dports/irc/kvirc/KVIrc-5.0.0-73-gbdeac0429/src/modules/actioneditor/
H A DActionEditor.cpp103 m_pNameEdit = new QLineEdit(this); in SingleActionEditor()
104 g->addWidget(m_pNameEdit, 0, 1); in SingleActionEditor()
105 m_pNameEdit->setToolTip(__tr2qs_ctx("Internal unique name for the action", "editor")); in SingleActionEditor()
417 m_pNameEdit->setText(d->m_szName); in setActionData()
418 m_pNameEdit->setEnabled(true); in setActionData()
486 m_pNameEdit->setText(""); in setActionData()
487 m_pNameEdit->setEnabled(false); in setActionData()
535 QString tmp = m_pNameEdit->text(); in commit()
543 tmp = m_pNameEdit->text(); in commit()
H A DActionEditor.h115 QLineEdit * m_pNameEdit; variable
/dports/irc/kvirc/KVIrc-5.0.0-73-gbdeac0429/src/modules/reguser/
H A DRegisteredUserEntryDialog.cpp327 m_pNameEdit = new QLineEdit(p1); in RegisteredUserEntryDialog()
328 g->addWidget(m_pNameEdit, 0, 1); in RegisteredUserEntryDialog()
476 m_pNameEdit->setText(r->name()); in RegisteredUserEntryDialog()
592 QString name = m_pNameEdit->text(); in okClicked()
H A DRegisteredUserEntryDialog.h100 QLineEdit * m_pNameEdit; variable