Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    ClearWState( WState_Polished ) in Qt3 code

    General and Desktop
    2
    3
    3952
    Loading More Posts
    • 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.
    • B
      blex last edited by

      In Qt3 in the Designer-generated code the clearWState(WState_Polished) function is called.

      This is the internal Qt3 function.

      May it be safely omitted in the ported to Qt4 code? Or should it be replaced with something?


      Oleksiy Balabay

      1 Reply Last reply Reply Quote 0
      • G
        goetz last edited by

        Yes, you can omit it. I once removed it from all my code.

        http://www.catb.org/~esr/faqs/smart-questions.html

        1 Reply Last reply Reply Quote 0
        • B
          blex last edited by

          [quote author="Volker" date="1290166755"]Yes, you can omit it. I once removed it from all my code.[/quote]

          Thanks.


          Oleksiy Balabay

          1 Reply Last reply Reply Quote 0
          • First post
            Last post