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
Sun, Aug 24, 12:21 PM (12 h, 43 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1302971
Default Alt Text
registrykeytable.h (329 B)

Event Timeline