Home
last modified time | relevance | path

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

/dports/sysutils/kshutdown/kshutdown-5.2/src/
H A Dprogressbar.cpp191 makeRadioButton(a, positionGroup, m_alignment.testFlag(Qt::AlignTop)); in contextMenuEvent()
195 makeRadioButton(a, positionGroup, m_alignment.testFlag(Qt::AlignBottom)); in contextMenuEvent()
205 makeRadioButton(a, sizeGroup, height() == SmallSize); in contextMenuEvent()
209 makeRadioButton(a, sizeGroup, height() == NormalSize); in contextMenuEvent()
213 makeRadioButton(a, sizeGroup, height() == MediumSize); in contextMenuEvent()
217 makeRadioButton(a, sizeGroup, height() == LargeSize); in contextMenuEvent()
349 void ProgressBar::makeRadioButton(QAction *action, QActionGroup *group, const bool checked) { in makeRadioButton() function in ProgressBar
H A Dprogressbar.h56 void makeRadioButton(QAction *action, QActionGroup *group, const bool checked);
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/ui/widget/
H A Dstroke-style.cpp245 joinRound = makeRadioButton(joinGrp, INKSCAPE_ICON("stroke-join-round"), in StrokeStyle()
253 joinBevel = makeRadioButton(joinGrp, INKSCAPE_ICON("stroke-join-bevel"), in StrokeStyle()
261 joinMiter = makeRadioButton(joinGrp, INKSCAPE_ICON("stroke-join-miter"), in StrokeStyle()
296 capButt = makeRadioButton(capGrp, INKSCAPE_ICON("stroke-cap-butt"), in StrokeStyle()
303 capRound = makeRadioButton(capGrp, INKSCAPE_ICON("stroke-cap-round"), in StrokeStyle()
310 capSquare = makeRadioButton(capGrp, INKSCAPE_ICON("stroke-cap-square"), in StrokeStyle()
327 paintOrderFSM = makeRadioButton(paintOrderGrp, INKSCAPE_ICON("paint-order-fsm"), in StrokeStyle()
331 paintOrderSFM = makeRadioButton(paintOrderGrp, INKSCAPE_ICON("paint-order-sfm"), in StrokeStyle()
335 paintOrderFMS = makeRadioButton(paintOrderGrp, INKSCAPE_ICON("paint-order-fms"), in StrokeStyle()
343 paintOrderMFS = makeRadioButton(paintOrderGrp, INKSCAPE_ICON("paint-order-mfs"), in StrokeStyle()
[all …]
H A Dstroke-style.h139 StrokeStyleButton * makeRadioButton(Gtk::RadioButtonGroup &grp,
/dports/net/ulxmlrpcpp/ulxmlrpcpp-1.7.5/ulxmlrpcpp/tests/
H A Dhttps_server.cpp432 …+ makeRadioButton(ULXR_PCHAR("radio1"), ULXR_PCHAR("val1")) + ULXR_PCHAR("Radio 1a") + makeLineBre… in handle_elements()
433 …+ makeRadioButton(ULXR_PCHAR("radio1"), ULXR_PCHAR("val2"), true) + ULXR_PCHAR("Radio 1b") + makeL… in handle_elements()
434 …+ makeRadioButton(ULXR_PCHAR("radio2"), ULXR_PCHAR("val3"), true) + ULXR_PCHAR("Radio 3") + makeLi… in handle_elements()
H A Dhttp_server.cpp483 …+ makeRadioButton(ULXR_PCHAR("radio1"), ULXR_PCHAR("val1")) + ULXR_PCHAR("Radio 1a") + makeLineBre… in handle_elements()
484 …+ makeRadioButton(ULXR_PCHAR("radio1"), ULXR_PCHAR("val2"), true) + ULXR_PCHAR("Radio 1b") + makeL… in handle_elements()
485 …+ makeRadioButton(ULXR_PCHAR("radio2"), ULXR_PCHAR("val3"), true) + ULXR_PCHAR("Radio 3") + makeLi… in handle_elements()
/dports/net/ulxmlrpcpp/ulxmlrpcpp-1.7.5/ulxmlrpcpp/
H A Dulxr_htmlform_handler.h362 static CppString makeRadioButton(const CppString &name, const CppString &value,
H A Dulxr_htmlform_handler.cpp491 ULXR_API_IMPL(CppString) HtmlFormHandler::makeRadioButton(const CppString &name, in ULXR_API_IMPL()