Explore >> Select a destination


You are here

www.auditboard.com
| | www.hivesystems.com
6.5 parsecs away

Travel
| | NIST recently updated its decades-old password security guidance after years of scrutiny, skepticism, and flat-out ineffectiveness finally forced the agency to address practical security considerations and realistic threats while abandoning what many considered to be ineffective security theater.
| | auditboard.com
3.8 parsecs away

Travel
| | Why wait until a disaster strikes? Find out how to prevent cybersecurity breaches today with all of our helpful tips. Keep reading to learn more!
| | www.titanfile.com
7.7 parsecs away

Travel
| | Keeping data secure is of paramount importance in today's digital age. With the increasing reliance on technology and the widespread sharing and storing of sensitive information, protecting data from unauthorized access, theft, or manipulation is crucial to safeguarding privacy, maintaining trust, and preventing potential financial and reputational losses. Data breaches can have severe consequences, ranging [...]
| | carlschwan.eu
66.9 parsecs away

Travel
| One design characteristic of our QtWidgets is that they contain a lot of frames and frames inside other frames. This worked well with Oxygen style and its skeuomorphism shadow, less so with Breeze. I first thought this was inheriten with QtWidgets and couldn't be fixed without much effort. But fortunately, after looking a bit into Qt source codes and in particular in the internals of QDockAreaLayout, I discovered that the engine to draw and style the built-in components of QtWidgets: QStyle has a QStyle::PE_IndicatorDockWidgetResizeHandle primitive which allows drawing separators between detachable docks and similarly there is QStyle::CE_Splitter to paint the separator between elements inside a QSplitter. This is huge because this means instead of drawing frames, we can render separator and then get rid of most of our frames in our apps.