mirror of
https://github.com/epasveer/seer.git
synced 2026-08-31 01:20:45 +08:00
Move source into a 'src' directory. Update README.md file for build
instructions.
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
#include "SeerEditorOptionsBarWidget.h"
|
||||
|
||||
SeerEditorOptionsBarWidget::SeerEditorOptionsBarWidget (QWidget* parent) : QWidget(parent) {
|
||||
|
||||
// Construct the UI.
|
||||
setupUi(this);
|
||||
}
|
||||
|
||||
SeerEditorOptionsBarWidget::~SeerEditorOptionsBarWidget () {
|
||||
}
|
||||
|
||||
QToolButton* SeerEditorOptionsBarWidget::fileOpenToolButton () {
|
||||
return fileOpenTB;
|
||||
}
|
||||
|
||||
QToolButton* SeerEditorOptionsBarWidget::textSearchToolButton () {
|
||||
return textSearchTB;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user