QTfrontend/itemNum.h
changeset 1455 7d0a4ecd8210
parent 1066 1f1b3686a2b0
child 1904 20348675b015
equal deleted inserted replaced
1454:e58d3bbfc7af 1455:7d0a4ecd8210
    14  * You should have received a copy of the GNU General Public License
    14  * You should have received a copy of the GNU General Public License
    15  * along with this program; if not, write to the Free Software
    15  * along with this program; if not, write to the Free Software
    16  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
    16  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
    17  */
    17  */
    18  
    18  
    19 #include <QWidget>
    19 #include <QFrame>
    20 #include <QImage>
    20 #include <QImage>
    21 
    21 
    22 #ifndef _ITEM_NUM_INCLUDED
    22 #ifndef _ITEM_NUM_INCLUDED
    23 #define _ITEM_NUM_INCLUDED
    23 #define _ITEM_NUM_INCLUDED
    24 
    24 
    25 class ItemNum : public QWidget
    25 class ItemNum : public QFrame
    26 {
    26 {
    27   Q_OBJECT
    27   Q_OBJECT
    28 
    28 
    29   public:
    29   public:
    30     void setInfinityState(bool value);
    30     void setInfinityState(bool value);