From da60ec232ac6b8bcd93b7ca9a1eafa5728bdc9dd Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Wed, 21 Jan 2009 20:46:31 -0500 Subject: Minor UI fixes --- sigmodr/NatureUI.cpp | 4 +++- sigmodr/gui/sound.ui | 3 +++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/sigmodr/NatureUI.cpp b/sigmodr/NatureUI.cpp index c8c5ef40..814cb3d6 100644 --- a/sigmodr/NatureUI.cpp +++ b/sigmodr/NatureUI.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2008 Ben Boeckel + * Copyright 2008-2009 Ben Boeckel * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -23,6 +23,8 @@ #include "../sigmod/Rules.h" #include "../sigmod/Sigmod.h" +// TODO: Use QTableView with delegates for stat editing + Sigmodr::NatureUI::NatureUI(Sigmod::Nature* nature, QWidget* parent) : ObjectUI(parent) { diff --git a/sigmodr/gui/sound.ui b/sigmodr/gui/sound.ui index 5908569f..0b300e8f 100644 --- a/sigmodr/gui/sound.ui +++ b/sigmodr/gui/sound.ui @@ -112,6 +112,9 @@ Volume + + Qt::Horizontal + -- cgit