-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Favorites
Menu Implementation
#57
Comments
|
Wow, really god job! That one is by the books! One idea that comes to my mind, to solve the issue with more than 3 products is, instead of having a groupbox where to push the labels for the products, to leave a GridLayout(remove the current groupbox) and every product to appear on coordinates(x, y). They inside a for loop, which will iterate all the favorites products for the currently logged in user, we can create new product layout on GridLayout(x, y+1) AND when we get to y = 2(third product on a row) then we can increase the x variable by 1, which means we will start drawing products on the next row. That way we will create a grid with N numbers of rows, each row containg 3 columns. The questions is how the framework with draw them below 🤔 |
Last changes: f08087f
|
Last changes: 0b405f0
|
Favorites
menu implementationThe text was updated successfully, but these errors were encountered: