summaryrefslogtreecommitdiff
path: root/ui/qt5/subnetbox.cc
AgeCommit message (Collapse)AuthorFilesLines
2020-05-30Qt UI: Use QString arg instead of snprintf to avoid GCC warningA. Wilcox1-3/+1
2020-02-10Qt 5: Small tweaks to SubnetBoxA. Wilcox1-0/+11
* Add setSubnetCIDR, to programmatically change the value. * Add signal for when the value changes. * Ensure the proper amount of .0 octets are appended when the spinbox changes.
2020-02-10Qt UI: Add subnet input widgetKiyoshi Aman1-0/+65