R/C Stryker Slope Glider

I finally took my newly built Stryker to the slope for some unpowered slope gliding at Ensign peak in Salt Lake City, Utah. I built the Stryker with these parts: Stryker Fuselage from ParkZone A tiny 2-cell LiPo battery Two cheap servos A cheap voltage converter I did not put a motor on the Stryker […]

Cool QProgressBar Stylesheet

Qt’s powerful stylesheet system can make your boring progress bars look really cool. Screenshot: Here’s the code: QProgressBar { border: 1px solid black; text-align: top; padding: 1px; border-bottom-right-radius: 7px; border-bottom-left-radius: 7px; background: QLinearGradient( x1: 0, y1: 0, x2: 1, y2: 0, stop: 0 #fff, stop: 0.4999 #eee, stop: 0.5 #ddd, stop: 1 #eee ); width: […]