ossp-pkg/as/as-gui/as_assist.cpp 1.13 -> 1.14
--- as_assist.cpp 2002/11/24 20:39:31 1.13
+++ as_assist.cpp 2002/11/25 11:23:35 1.14
@@ -308,6 +308,7 @@
m_pMaintable->setReadOnly(true); // Table is read only
m_pMaintable->setColumnMovingEnabled(false); // Ctrl-drag disabled
m_pMaintable->setSelectionMode(QTable::MultiRow); // Multi row selection
+ m_pMaintable->setFocusStyle(QTable::FollowStyle); // How cells are drawn
m_pMaintable->setLeftMargin(0); // Get rid of the vertical header
m_pMaintable->verticalHeader()->hide(); // by hiding it with a margin of 0
m_pMaintable->horizontalHeader()->setResizeEnabled(true);
|
|