Navigation

    Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    • Unsolved
    1. Home
    2. Tags
    3. column
    Log in to post

    • SOLVED updating a column rows (condition Barcode) using QMap<QString,Int>
      General and Desktop • qtablewidget qmap column updating • • Proton Phoenix  

      3
      0
      Votes
      3
      Posts
      46
      Views

      Thank You so much Bro You Are Life Save I wish All the best happy life for you <3 note : it works better than i ever imagine <3
    • UNSOLVED TabBar/StackLayout inside Column
      QML and Qt Quick • controls 2 column tabbutton stacklayout • • Mixlu  

      1
      0
      Votes
      1
      Posts
      136
      Views

      No one has replied

    • SOLVED How to Remove an item from Column Element
      QML and Qt Quick • qml qtquick qtquick2 column qtquick.control • • pra7  

      3
      0
      Votes
      3
      Posts
      915
      Views

      @Eeli-K Thanks for the suggestion it worked and also there is another approach "Component.CreateObject()" in which we can create and destroy objects dynamically.
    • UNSOLVED QAbstractItemModel with QtQuick: Column is always 0 in the index
      QML and Qt Quick • qml qtquick qabstractitemmo column index • • Wayne1017  

      2
      0
      Votes
      2
      Posts
      1027
      Views

      I tried to understand by reading your description. I should appreciate your patience to write this whole description. Coming to you issue, you are using model and view with View has single column. You are using the repeater. It is single column there. This requests for index with row and column=0. This is how it works always. If you are using TableView with appropriate TableModel then it will request for row and column values.
    • SOLVED TreeView Hide Column hides the expand / collapse icon and prints plain Table
      General and Desktop • treeview icon column expand symbol • • Opa114  

      3
      0
      Votes
      3
      Posts
      1542
      Views

      Good to know, so my solution to store this in the last column and hide this one is the best solution for me.
    • UNSOLVED Minimum size for QTableWidget collums/multiple resize modes?
      General and Desktop • resize qt 5.6.0 column table • • oblivioncth  

      1
      0
      Votes
      1
      Posts
      2704
      Views

      No one has replied

    • Problem with Transition in QML
      QML and Qt Quick • qml column transition move • • bam500  

      1
      0
      Votes
      1
      Posts
      500
      Views

      No one has replied

    • Problem with Transition in Column
      Mobile and Embedded • qml column transition move • • bam500  

      2
      0
      Votes
      2
      Posts
      746
      Views

      Hi, Please don't post the same question in multiple sub-forum, on is enough. Duplicate Closing this one.
    • UNSOLVED Adding a column to tableview
      General and Desktop • tableview column • • gabor53  

      10
      0
      Votes
      10
      Posts
      10435
      Views

      You would at least need two radio buttons for that. But it sounds a bit unusual for a UI especially for a database. Sounds like you want to use both a custom widget using QDataWidgetMapper and a QTableView at the same time.
    • UNSOLVED i want text align of row and column in QTableWidget
      General and Desktop • qtablewidget column row align centor • • ForestPoem  

      4
      0
      Votes
      4
      Posts
      3217
      Views

      @Ratzz thank you !
    • UNSOLVED checkbox column in tableview
      General and Desktop • delegate checkbox column • • Bazelboday  

      1
      0
      Votes
      1
      Posts
      2306
      Views

      No one has replied

    • QComboBox in QTableView Problem
      General and Desktop • qt5.5 qcombobox column table qrelationaltabl • • Maxim DC  

      2
      0
      Votes
      2
      Posts
      1009
      Views

      Hi, Something like show in the relational table model example ?
    • [SOLVED] How to place frozen column on the right side of table
      General and Desktop • qtableview column • • Mr. Kibu  

      22
      0
      Votes
      22
      Posts
      6410
      Views

      Super! Good work Remember to mark it as SOLVED ifpossible. Happy coding :)
    • Synchronizing 2 tableviews when Moving Column.
      General and Desktop • tableview column syncronization • • AnnNie  

      4
      0
      Votes
      4
      Posts
      1104
      Views

      You're welcome ! Since it's working now, please update the thread title prepending [solved] so other forum users may know a solution has been found :) Also, consider up-voting answer(s) that you found useful, so others may find them more easily.
    • Spotting when QTreeView resizes columns
      General and Desktop • qtreeview resize column • • Moschops  

      1
      0
      Votes
      1
      Posts
      454
      Views

      No one has replied

    • Allow user to resize column to contents in QTableWidget
      General and Desktop • qtableview qtablewidget resize column contents • • bharath144  

      2
      0
      Votes
      2
      Posts
      2112
      Views

      Hi, Take a look at QHeaderView::setResizeMode Hope it helps