© 2022 Hashnode
Introduction This post is in continuation of ScrollArea to FlowLayout of QTableWidgets Part-1 In this post, you will learn how to fix the issue related to working of the scrollarea which occurs in Par…
About Openadhan is a Web application made with Reactjs for calculating Muslim prayer times using local (auto) geo position (geotagging) or manually calculated geo position (reverse geotagging) (with c…
Introduction Here I will be demonstrating two methods of using flow layout to the widgets and the differences between them. In case you don't know what flowlayout is all about, you can read my post ab…
Introduction In my previous examples, you might have got acquainted with vertical and horizontal layouts as QVBoxLayout and QHBoxlayout respectively. Now, it's time to explore another layout that give…
Introduction This time I will share how I create a PHP Native Layouting as shown below. Turn on Local Server The first thing we will do is, turn on the local server on our computer using the XAMPP ap…
Introduction I often get confused with choosing between QMainWindow, QWidget and QDialog as the base class. In this example, I mean to say that choosing a base class (out of the above three) for Nest…
Introduction In the previous example, I have commented w.show() in main.cpp to suppress the by-default window, which is not a healthy practice. So, in this example, I have made it possible to show the…
Introduction This is a simple app of Student Database for storing counts of students classwise and genderwise. I have only taken two classes for simplicity, to emphasize the concept of layout manageme…
Hi, Flex Box is one of the ways to create beautiful layouts for a web page/ web app. You can convert an element into flex-box container by setting display property to flex. Once an element is defined …
Type of Layout LinearLayout RelativeLayout TableLayout GridView ConstraintLayout LinearLayout LinearLayout is used when we want to place different elements (eg. Button, RadioButton etc) in linear fa…