Page MenuHomePhabricator

registrykeytable.h
No OneTemporary

Size
329 B
Referenced Files
None
Subscribers
None

registrykeytable.h

#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

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)

Event Timeline