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