Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F5157935
registrykeytable.h
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Size
329 B
Referenced Files
None
Subscribers
None
registrykeytable.h
View Options
#ifndef REGISTRYKEYTABLE_H
#define REGISTRYKEYTABLE_H
#include <QTableView>
class RegistryKeyTable : public QTableView {
Q_OBJECT
public:
RegistryKeyTable(QWidget *p_parent=0);
void setModel(QAbstractItemModel *p_model);
protected:
int sizeHintForColumn(int column) const;
};
#endif // REGISTRYKEYTABLE_H
File Metadata
Details
Attached
Mime Type
text/x-c++
Expires
Thu, Jun 26, 4:59 AM (1 d, 20 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1270850
Default Alt Text
registrykeytable.h (329 B)
Attached To
Mode
rFRED fred
Attached
Detach File
Event Timeline
Log In to Comment