Searched refs:makeRadioButton (Results 1 – 8 of 8) sorted by relevance
/dports/sysutils/kshutdown/kshutdown-5.2/src/ |
H A D | progressbar.cpp | 191 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 D | progressbar.h | 56 void makeRadioButton(QAction *action, QActionGroup *group, const bool checked);
|
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/ui/widget/ |
H A D | stroke-style.cpp | 245 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 D | stroke-style.h | 139 StrokeStyleButton * makeRadioButton(Gtk::RadioButtonGroup &grp,
|
/dports/net/ulxmlrpcpp/ulxmlrpcpp-1.7.5/ulxmlrpcpp/tests/ |
H A D | https_server.cpp | 432 …+ 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 D | http_server.cpp | 483 …+ 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 D | ulxr_htmlform_handler.h | 362 static CppString makeRadioButton(const CppString &name, const CppString &value,
|
H A D | ulxr_htmlform_handler.cpp | 491 ULXR_API_IMPL(CppString) HtmlFormHandler::makeRadioButton(const CppString &name, in ULXR_API_IMPL()
|