pyQT pushButton

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Tom Van den Brandt

    pyQT pushButton

    Hello,

    Is there anyone using pyQt who can tell me if I can set/change the internal
    id of a pushbutton myself ? I can't find anything in the docs...

    Tnx,

    --
    Tom Van den Brandt
    I try...
  • John J. Lee

    #2
    Re: pyQT pushButton

    Tom Van den Brandt <guineapig@pi.b e> writes:
    [color=blue]
    > Is there anyone using pyQt who can tell me if I can set/change the internal
    > id of a pushbutton myself ? I can't find anything in the docs...[/color]

    What internal id? I don't remember one. What problem are you trying
    to solve?


    John

    Comment

    • Tom Van den Brandt

      #3
      Re: pyQT pushButton

      John J. Lee wrote:
      [color=blue]
      > Tom Van den Brandt <guineapig@pi.b e> writes:
      >[color=green]
      >> Is there anyone using pyQt who can tell me if I can set/change the
      >> internal
      >> id of a pushbutton myself ? I can't find anything in the docs...[/color]
      >
      > What internal id? I don't remember one. What problem are you trying
      > to solve?
      >
      >
      > John[/color]

      Every button within a buttongroup gets a buttongroupid. That way if a button
      is clicked, you can know wich button in the group it was...
      Problem is solved now, I could simply set the id's with qtdesigner. That
      was something I overlooked.

      Tnx,

      --
      Tom Van den Brandt
      I try...

      Comment

      Working...