Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Register
Sign in
Toggle navigation
Menu
Лидия Ладыгина
qt_nodepad
Commits
b571ad66
Commit
b571ad66
authored
4 years ago
by
Лидия Ладыгина
Browse files
Options
Download
Patches
Plain Diff
Delete xmlparser.h
parent
7c4f0fbf
master
No related merge requests found
Pipeline
#1448
canceled with stages
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
xmlparser.h
+0
-32
xmlparser.h
with
0 additions
and
32 deletions
+0
-32
xmlparser.h
deleted
100644 → 0
+
0
−
32
View file @
7c4f0fbf
#ifndef XMLPARSER_H
#define XMLPARSER_H
#include
<QtXml>
#include
<QTreeView>
#include
<QStandardItemModel>
#include
<QStandardItem>
class
XmlParser
:
public
QTreeView
{
Q_OBJECT
private:
//fields
QStandardItemModel
*
f_stdItemModel
;
QStandardItem
*
f_parentItem
;
QStandardItem
*
f_techItem
;
QList
<
QStandardItem
*>
f_rootList
;
QStringList
f_directoryList
;
private:
//methods
void
traverseNode
(
const
QDomNode
&
p_dNode
,
QStandardItem
*
p_item_ptr
);
public:
//methods
XmlParser
(
QWidget
*
p_parent
=
0
);
public
slots
:
void
sltLoad
();
void
sltDropAll
();
QList
<
QStandardItem
*>*
sltGetRootList
();
void
sltSetCurrentRoot
();
};
#endif // XMLPARSER_H
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets