Home
last modified time | relevance | path

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

/dports/audio/hydrogen/hydrogen-1.0.1/src/gui/src/InstrumentEditor/
H A DInstrumentEditor.cpp1014 bool bIsOkPressed; in labelCompoClicked() local
1015 …etText( this, "Hydrogen", tr( "New component name" ), QLineEdit::Normal, sOldName, &bIsOkPressed ); in labelCompoClicked()
1017 if ( bIsOkPressed ) { in labelCompoClicked()
1043 bool bIsOkPressed; in labelClicked() local
1044 …tText( this, "Hydrogen", tr( "New instrument name" ), QLineEdit::Normal, sOldName, &bIsOkPressed ); in labelClicked()
1045 if ( bIsOkPressed ) { in labelClicked()
1242 bool bIsOkPressed; in compoChangeAddDelete() local
1243 …ext( this, "Hydrogen", tr( "Component name" ), QLineEdit::Normal, "New Component", &bIsOkPressed ); in compoChangeAddDelete()
1244 if ( bIsOkPressed ) { in compoChangeAddDelete()
/dports/audio/hydrogen/hydrogen-1.0.1/src/gui/src/PatternEditor/
H A DPatternEditorInstrumentList.cpp457 bool bIsOkPressed; in functionRenameInstrument() local
458 …tText( this, "Hydrogen", tr( "New instrument name" ), QLineEdit::Normal, sOldName, &bIsOkPressed ); in functionRenameInstrument()
459 if ( bIsOkPressed ) { in functionRenameInstrument()
/dports/audio/hydrogen/hydrogen-1.0.1/src/gui/src/
H A DPlayerControl.cpp959 bool bIsOkPressed; in bpmClicked() local
960 …his, "Hydrogen", tr( "New BPM value" ), m_pLCDBPMSpinbox->getValue(), 10, 400, 2, &bIsOkPressed ); in bpmClicked()
961 if ( bIsOkPressed ) { in bpmClicked()
H A DMainForm.cpp922 bool bIsOkPressed; in action_instruments_addComponent() local
923 …ext( this, "Hydrogen", tr( "Component name" ), QLineEdit::Normal, "New Component", &bIsOkPressed ); in action_instruments_addComponent()
924 if ( bIsOkPressed ) { in action_instruments_addComponent()