Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. application issues

application issues

Scheduled Pinned Locked Moved Unsolved General and Desktop
logo
4 Posts 3 Posters 504 Views
  • 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.
  • S Offline
    S Offline
    Sir_Moak
    wrote on last edited by
    #1
    1. How do you apply an application logo/icon to a PyQt5 application to reflect during standalone release?
    2. How to display errors as tool tip like notification alert?
    3. How do i make every side of the application responsive to window resize?
    jsulmJ 1 Reply Last reply
    0
    • S Sir_Moak
      1. How do you apply an application logo/icon to a PyQt5 application to reflect during standalone release?
      2. How to display errors as tool tip like notification alert?
      3. How do i make every side of the application responsive to window resize?
      jsulmJ Online
      jsulmJ Online
      jsulm
      Lifetime Qt Champion
      wrote on last edited by jsulm
      #2

      @Sir_Moak said in application issues:

      How do i make every side of the application responsive to window resize?

      Using layouts: https://doc.qt.io/qt-5/layout.html

      "errors as tool tip" - sounds quite unusual to use tool tips to show errors.

      https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      4
      • S Offline
        S Offline
        Sir_Moak
        wrote on last edited by
        #3

        Am not really getting the doc at https://doc.qt.io/qt-5/layout.html. i just want someone to highlight how to go about it quickly as i have already built the app and wanna hook it up ASAP
        and for the errors as tool tip, it could be a notification alert which is fixed at the top left or right

        SGaistS 1 Reply Last reply
        0
        • S Sir_Moak

          Am not really getting the doc at https://doc.qt.io/qt-5/layout.html. i just want someone to highlight how to go about it quickly as i have already built the app and wanna hook it up ASAP
          and for the errors as tool tip, it could be a notification alert which is fixed at the top left or right

          SGaistS Offline
          SGaistS Offline
          SGaist
          Lifetime Qt Champion
          wrote on last edited by
          #4

          @Sir_Moak said in application issues:

          Am not really getting the doc at https://doc.qt.io/qt-5/layout.html. i just want someone to highlight how to go about it quickly as i have already built the app and wanna hook it up ASAP
          and for the errors as tool tip, it could be a notification alert which is fixed at the top left or right

          Hi and welcome to devnet,

          If you want more precise answer, you have to give more details about how your application should be looking.

          Interested in AI ? www.idiap.ch
          Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

          1 Reply Last reply
          1

          • Login

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