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. i want text align of row and column in QTableWidget

i want text align of row and column in QTableWidget

Scheduled Pinned Locked Moved Unsolved General and Desktop
qtablewidgetaligncentorrowcolumn
4 Posts 3 Posters 4.1k 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.
  • F Offline
    F Offline
    ForestPoem
    wrote on 26 Nov 2015, 02:28 last edited by
    #1

    i want text align of row and column in QTableWidget
    all text align centor

    1 Reply Last reply
    0
    • A Offline
      A Offline
      alex_malyu
      wrote on 26 Nov 2015, 02:52 last edited by
      #2

      For each QTableWidgetItem you create you can specify alingment.

      QTableWidgetItem * item = new QTableWidgetItem();
      item->setTextAlignment(Qt::AlignLeft)

      Also you may want to use
      void QTableWidget::setItemPrototype(const QTableWidgetItem * item)

      To set defaults

      1 Reply Last reply
      0
      • R Offline
        R Offline
        Ratzz
        wrote on 26 Nov 2015, 04:39 last edited by
        #3

        As suggested by alex_malyu you can set alignment as show here .

        --Alles ist gut.

        F 1 Reply Last reply 26 Nov 2015, 06:10
        1
        • R Ratzz
          26 Nov 2015, 04:39

          As suggested by alex_malyu you can set alignment as show here .

          F Offline
          F Offline
          ForestPoem
          wrote on 26 Nov 2015, 06:10 last edited by
          #4

          @Ratzz

          thank you !

          1 Reply Last reply
          0

          2/4

          26 Nov 2015, 02:52

          • Login

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