Mercurial > hg > easaier-soundaccess
diff widgets/ConfidenceListWidget.h @ 148:9f16a77107bd
the confidenceListWidget is ok now.
author | benoitrigolleau |
---|---|
date | Wed, 14 Nov 2007 10:07:23 +0000 |
parents | c107866fd387 |
children |
line wrap: on
line diff
--- a/widgets/ConfidenceListWidget.h Tue Nov 13 17:47:02 2007 +0000 +++ b/widgets/ConfidenceListWidget.h Wed Nov 14 10:07:23 2007 +0000 @@ -19,8 +19,7 @@ #include <QWidget> #include "ConfidenceWidget.h" #include <QString> -#include <QHBoxLayout> -#include <QVBoxLayout> +#include <QGridLayout> #include <QVector> #include <QPushButton> @@ -42,12 +41,11 @@ void updateSize(); ConfidenceWidget *m_moyConfidence; - QVBoxLayout *m_vlayout; - QVBoxLayout *m_vConfidenceLayout; - QHBoxLayout *m_hlayout; + QGridLayout *m_layout; QPushButton *m_button; bool m_state; int confidenceSum; + int curRow; };