Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

158
Views
How to create a Row type of custom components in QML?

For context I created a Row of two radio buttons, which worked perfect but I wanted to create a custom radio button component to reduce code, and when I did the Row doesnt even see the custom radio button as its child for some reason, any idea why ? Here is part of the code

Row{
    spacing: 70
    id: row
Components.MyRadioButton{
    id: rb2
    pText: "male"
    pColor: "gray"
    pPixelSize: 20
}

Rectangle{
    width:100
    height: 100
    color: "yellow"
}
Rectangle{
    width:100
    height: 100
    color: "red"
}
}

about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!