Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt Creator and other tools
  4. Widget table bugs

Widget table bugs

Scheduled Pinned Locked Moved Unsolved Qt Creator and other tools
8 Posts 5 Posters 1.7k Views 3 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.
  • M Offline
    M Offline
    MrLibya
    wrote on last edited by MrLibya
    #1

    Hello All
    I've 2 bugs with widget table , the first is after few compiles the header item of the table goes invisble , but if i just move the widget table litile bit and compile it will show again , and the same after few compiles it gose invisble again ...
    and the 2nd bug is the vertical lines not in the same level ( only in RTL mode ), see this gif:
    alt text

    i've push this in bug report but i don't have any answers : https://bugreports.qt.io/browse/QTBUG-56520
    and i've include the hear items by this :

    alt text

    K 1 Reply Last reply
    0
    • M MrLibya

      Hello All
      I've 2 bugs with widget table , the first is after few compiles the header item of the table goes invisble , but if i just move the widget table litile bit and compile it will show again , and the same after few compiles it gose invisble again ...
      and the 2nd bug is the vertical lines not in the same level ( only in RTL mode ), see this gif:
      alt text

      i've push this in bug report but i don't have any answers : https://bugreports.qt.io/browse/QTBUG-56520
      and i've include the hear items by this :

      alt text

      K Offline
      K Offline
      koahnig
      wrote on last edited by
      #2

      @MrLibya

      I had a short look to your filed bug report. I wonder if you will get further responses as fast. You have filed the bug report and you have gotten responses on the same day. That is impressive fast, but not usual to my experience.

      One note to your code example. Probably it would be good for the developers to get a small self-contained example showing your problem. When the developers have such an example they download and compile and start immediately with debugger when they can confirm a bug.
      As it looks at the moment they might have already problems to understand your issue properly. So it is very hard for anybody to make a small test example showing it.

      A small self-contained example showing will help, but you might need more patience until someone will respond there. Also it might be helpful to post a link to the thread here also in the bugreport.

      Vote the answer(s) that helped you to solve your issue(s)

      M 1 Reply Last reply
      3
      • VRoninV Offline
        VRoninV Offline
        VRonin
        wrote on last edited by
        #3

        could you add your widgets to a layout instead of letting them float around and see if that fixes it?

        "La mort n'est rien, mais vivre vaincu et sans gloire, c'est mourir tous les jours"
        ~Napoleon Bonaparte

        On a crusade to banish setIndexWidget() from the holy land of Qt

        M 1 Reply Last reply
        1
        • K koahnig

          @MrLibya

          I had a short look to your filed bug report. I wonder if you will get further responses as fast. You have filed the bug report and you have gotten responses on the same day. That is impressive fast, but not usual to my experience.

          One note to your code example. Probably it would be good for the developers to get a small self-contained example showing your problem. When the developers have such an example they download and compile and start immediately with debugger when they can confirm a bug.
          As it looks at the moment they might have already problems to understand your issue properly. So it is very hard for anybody to make a small test example showing it.

          A small self-contained example showing will help, but you might need more patience until someone will respond there. Also it might be helpful to post a link to the thread here also in the bugreport.

          M Offline
          M Offline
          MrLibya
          wrote on last edited by
          #4

          @koahnig for the example i think they can hadle it by them self . nothing hard in makeing a table widget and just change layoutdirction field from LTR to RTL

          1 Reply Last reply
          0
          • VRoninV VRonin

            could you add your widgets to a layout instead of letting them float around and see if that fixes it?

            M Offline
            M Offline
            MrLibya
            wrote on last edited by
            #5

            @VRonin same thing

            1 Reply Last reply
            0
            • SGaistS Offline
              SGaistS Offline
              SGaist
              Lifetime Qt Champion
              wrote on last edited by
              #6

              Hi,

              @MrLibya providing a simple compilable example is not about the devs being able to show a QTableWidget in RTL mode, it's about providing them with something that is known to trigger the behavior you have. For example setting up a widget in designer adds a level of indirection that should be taken into account because it's not exactly the same as just instantiating a widget and setting it up by hand.

              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
              3
              • M Offline
                M Offline
                MrLibya
                wrote on last edited by
                #7

                OK I've push litile example : https://github.com/MrLibya/Qt-RTL-Widget-Table-Bug
                #also added in the Qt report.

                mrjjM 1 Reply Last reply
                1
                • M MrLibya

                  OK I've push litile example : https://github.com/MrLibya/Qt-RTL-Widget-Table-Bug
                  #also added in the Qt report.

                  mrjjM Offline
                  mrjjM Offline
                  mrjj
                  Lifetime Qt Champion
                  wrote on last edited by
                  #8

                  @MrLibya
                  super
                  Now its easy to reproduce

                  1 Reply Last reply
                  2

                  • Login

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