Below is the approach I use to get all of the IP addresses for the local computer. Note that this method also gives you all Subnet Masks which you can then use to find all IP addresses in a subnet, say for scanning a Home Network or any similar purpose.
Continue reading “How to Find Local IP Addresses in Qt”How to Create Custom Shaped Windows in Qt
By default every window you create has a rectangular shape but in case you want to have a window which is non-rectangular (such as ellipse or triangle or any shape you prefer) then you can use the approach below.
Continue reading “How to Create Custom Shaped Windows in Qt”