Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved
    1. Home
    2. Tags
    3. column

    Log in to post
    • All categories
    • P

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

      3
      0
      Votes
      3
      Posts
      187
      Views

      P

      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

    • M

      Unsolved TabBar/StackLayout inside Column
      QML and Qt Quick • tabbutton stacklayout controls 2 column • • Mixlu

      1
      0
      Votes
      1
      Posts
      315
      Views

      No one has replied

    • P

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

      3
      0
      Votes
      3
      Posts
      1072
      Views

      P

      @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.

    • W

      Unsolved QAbstractItemModel with QtQuick: Column is always 0 in the index
      QML and Qt Quick • qtquick qml index column qabstractitemmo • • Wayne1017

      2
      0
      Votes
      2
      Posts
      1074
      Views

      dheerendra

      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.

    • O

      Solved TreeView Hide Column hides the expand / collapse icon and prints plain Table
      General and Desktop • treeview expand icon symbol column • • Opa114

      3
      0
      Votes
      3
      Posts
      1662
      Views

      O

      Good to know, so my solution to store this in the last column and hide this one is the best solution for me.

    • oblivioncth

      Unsolved Minimum size for QTableWidget collums/multiple resize modes?
      General and Desktop • table resize qt 5.6.0 column • • oblivioncth

      1
      0
      Votes
      1
      Posts
      3348
      Views

      No one has replied

    • B

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

      1
      0
      Votes
      1
      Posts
      567
      Views

      No one has replied

    • B

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

      2
      0
      Votes
      2
      Posts
      822
      Views

      SGaist

      Hi,

      Please don't post the same question in multiple sub-forum, on is enough.

      Duplicate

      Closing this one.

    • G

      Unsolved Adding a column to tableview
      General and Desktop • tableview column • • gabor53

      10
      0
      Votes
      10
      Posts
      11938
      Views

      SGaist

      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.

    • F

      Unsolved i want text align of row and column in QTableWidget
      General and Desktop • qtablewidget align centor row column • • ForestPoem

      4
      0
      Votes
      4
      Posts
      3581
      Views

      F

      @Ratzz

      thank you !

    • B

      Unsolved checkbox column in tableview
      General and Desktop • checkbox delegate column • • Bazelboday

      2
      0
      Votes
      2
      Posts
      2467
      Views

      No one has replied

    • M

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

      2
      0
      Votes
      2
      Posts
      1047
      Views

      SGaist

      Hi,

      Something like show in the relational table model example ?

    • M

      [SOLVED] How to place frozen column on the right side of table
      General and Desktop • qtableview column • • Mr. Kibu

      22
      0
      Votes
      22
      Posts
      6703
      Views

      mrjj

      Super!
      Good work
      Remember to mark it as SOLVED ifpossible.
      Happy coding :)

    • A

      Synchronizing 2 tableviews when Moving Column.
      General and Desktop • tableview column syncronization • • AnnNie

      4
      0
      Votes
      4
      Posts
      1139
      Views

      SGaist

      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.

    • M

      Spotting when QTreeView resizes columns
      General and Desktop • qtreeview column resize • • Moschops

      1
      0
      Votes
      1
      Posts
      485
      Views

      No one has replied

    • B

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

      2
      0
      Votes
      2
      Posts
      2425
      Views

      SGaist

      Hi,

      Take a look at QHeaderView::setResizeMode

      Hope it helps