close buttons for tabs

This commit is contained in:
Max-Wilhelm Bruker 2011-04-17 17:23:44 +02:00
parent 9933b219a9
commit 0ea8375a2f
9 changed files with 116 additions and 10 deletions

View file

@ -23,6 +23,7 @@ public:
void setContentsChanged(bool _contentsChanged) { contentsChanged = _contentsChanged; }
virtual QString getTabText() const = 0;
virtual void retranslateUi() = 0;
virtual void closeRequest() { }
};
#endif