debugger: make striped background of debug views optional

This commit is contained in:
hjk
2009-05-05 10:14:35 +02:00
parent eb63bebc3e
commit 307470b21f
21 changed files with 90 additions and 64 deletions

View File

@@ -57,6 +57,7 @@ public slots:
void setAlwaysResizeColumnsToContents(bool on);
void moduleActivated(const QModelIndex &);
void showSymbols(const QString &name);
void setAlternatingRowColorsHelper(bool on) { setAlternatingRowColors(on); }
private:
void resizeEvent(QResizeEvent *ev);