On Sat, Jun 3, 2017, 12:20 AM Ruchit Bhatt <[email protected]> wrote:
> Hi, > How to align column header in tableView or tableWidget vertically like in > Maya weight editor ?? > Have you tried setting the text orientation on the header? http://doc.qt.io/qt-4.8/qheaderview.html#defaultAlignment-prop The header can be accessed on the table view: http://doc.qt.io/qt-4.8/qtableview.html#horizontalHeader > See this > > > <https://i.ytimg.com/vi/MQXTtxhOk7I/maxresdefault.jpg> > > > -- > You received this message because you are subscribed to the Google Groups > "Python Programming for Autodesk Maya" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/python_inside_maya/54f921d9-1a99-49e6-8c0b-6c8b638f8cd8%40googlegroups.com > <https://groups.google.com/d/msgid/python_inside_maya/54f921d9-1a99-49e6-8c0b-6c8b638f8cd8%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Python Programming for Autodesk Maya" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/python_inside_maya/CAPGFgA3j5o3XnSUJnXYyUCKZOzQKNsCHh_Q%3D_aJUjR8zOhZ5xQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
