This website works better with JavaScript.
Explore
Help
Sign In
ITsolved
/
prodejna
Watch
2
Star
0
Fork
You've already forked prodejna
0
Code
Issues
8
Pull Requests
Releases
Wiki
Activity
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
e3a5e44c33
master
print
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'e3a5e44c33'
${ noResults }
prodejna
/
shop
/
shopitem.cpp
7 lines
84 B
C++
Raw
Normal View
History
Unescape
Escape
Implemented base functionality for commodity grid on shop form.
8 years ago
#
include
"shopitem.h"
Build system changed to Cmake, ORM changed to QxORM, Qt6 compatibility.
2 years ago
ShopItem
:
:
ShopItem
(
QObject
*
parent
)
:
IShopItem
(
parent
)
Implemented base functionality for commodity grid on shop form.
8 years ago
{
}