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. [Solved] Setting the alignment in a QTableWidget
Forum Updated to NodeBB v4.3 + New Features

[Solved] Setting the alignment in a QTableWidget

Scheduled Pinned Locked Moved General and Desktop
2 Posts 2 Posters 7.1k 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.
  • E Offline
    E Offline
    Endless
    wrote on last edited by
    #1

    QLabel has setAlignment(), but I can't find anything like that for QTableWidget. All I'd like to do is have horizontal centering for all data in cells.

    1 Reply Last reply
    0
    • G Offline
      G Offline
      goetz
      wrote on last edited by
      #2

      Just call "setTextAlignment() ":/doc/qt-4.8/qtablewidgetitem.html#setTextAlignment on the [[Doc:QTableWidgetItem]]s.

      http://www.catb.org/~esr/faqs/smart-questions.html

      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