Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. 3rd Party Software
  4. PBSTableView - QTableView with many extension
Forum Updated to NodeBB v4.3 + New Features

PBSTableView - QTableView with many extension

Scheduled Pinned Locked Moved Unsolved 3rd Party Software
4 Posts 2 Posters 668 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.
  • C Offline
    C Offline
    Cuneyt ELiBOL
    wrote on last edited by
    #1

    PBSTableView

    Download Full Source

    https://github.com/celibol/PBSTableView

    QTableView with many extension

    1. Filter Row
    2. Footer Row
    3. Column Auto Width
    4. Enable/Disable Sort
    5. Auto Edit
    6. Quick Customize
    7. Add New Row (Down Key Presses On Last Row if not have new row)
    8. Delete Row (Ctrl+Del)
    9. Column Alignment
    10. Column Formatting
    11. Default Editor
    12. Export Table (xls, xml, Excel Xml, Word Xml, HTML, CSV, PDF, Text)
    13. Print Table
    14. Load/Save State
    15. Filter Box
    16. ReadOnly Columns
    17. Focused Columns
    18. Move Column
    19. Footer Vaue (None, Sum, Min, Max, Average)
    20. Goto Next Col On Enter Key
    21. Goto Next First Column on Enter Press On Last Col

    Default Editor

    Header Menu

    Footer Menu

    Table Print Preview

    Filter Box

    Quick Customize

    https://github.com/celibol

    1 Reply Last reply
    0
    • VRoninV Offline
      VRoninV Offline
      VRonin
      wrote on last edited by VRonin
      #2

      Hi, thanks for the contribution

      While the product is open source so I doubt anybody will ever create problems to you, you are embedding 3rd party software (https://github.com/QtExcel/QXlsx) that has a specific license and you are technically in breach (MIT is so easy to comply to there is no real reason not to do it)

      P.S.
      I had a quick look at the code, PBSCalculateThread should not call directly methods of an item that is owned by the main thread and even impacts the widget aspect.

      "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

      1 Reply Last reply
      1
      • C Offline
        C Offline
        Cuneyt ELiBOL
        wrote on last edited by
        #3

        3Rd Party Tools

        3rd party software (https://github.com/QtExcel/QXlsx)

        KDE - KODfNumberFormat

        KDE - Some Utils

        https://github.com/celibol

        1 Reply Last reply
        0
        • VRoninV Offline
          VRoninV Offline
          VRonin
          wrote on last edited by VRonin
          #4

          Yep, you should include that in the repository as well as the copyright statements of those libraries.
          KDE is GPL so not much more to do

          "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

          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