Subversion Repositories svn1-original

Rev

Rev 170 | Rev 229 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 170 Rev 171
Line 56... Line 56...
56
        tb->sortItems ( 0, Qt::AscendingOrder );
56
        tb->sortItems ( 0, Qt::AscendingOrder );
57
        tb->setSortingEnabled(true);
57
        tb->setSortingEnabled(true);
58
        tb->resizeColumnsToContents();
58
        tb->resizeColumnsToContents();
59
        tb->resizeRowsToContents();
59
        tb->resizeRowsToContents();
60
 
60
 
-
 
61
        // Kludge. It not corrcet, but it does size the screen
61
        resize(tb->viewport()->size());
62
        resize(tb->viewport()->size());
62
    }
63
    }
63
}
64
}
64
 
65
 
65
QmDialogStatusTableItem::QmDialogStatusTableItem ( const QString & text, int type ) :  QTableWidgetItem(text, type+QTableWidgetItem::UserType)
66
QmDialogStatusTableItem::QmDialogStatusTableItem ( const QString & text, int type ) :  QTableWidgetItem(text, type+QTableWidgetItem::UserType)