Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. SetProperty not working
Qt 6.11 is out! See what's new in the release blog

SetProperty not working

Scheduled Pinned Locked Moved Mobile and Embedded
1 Posts 1 Posters 1.5k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • K Offline
    K Offline
    kchandr7
    wrote on last edited by
    #1

    Using Qt Designer, I changed the sytlesheet of my Parent object to

    @*[mandatoryField="true"]
    {
    background-color: rgb(255, 255, 127);
    }@

    and this works fine. However, when I change this attribute to a font, the effect is not seen on my application.

    @*[mandatoryField="true"]
    {
    font: 28pt "Bitstream Charter";
    }@

    In my widget code, I am writing this:
    @
    ui->stackedWidget->setProperty("mandatoryField", true);
    ui->label1->setProperty("mandatoryField",true);@

    Is there something obvious that I am missing here? How is it that background color applies and not the font?

    1 Reply Last reply
    0

    • Login

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved