Qt GUI now builds and runs on Windows. On Windows it can (via its manifest) automatically request admin rights on launch, which plugs it nicely into Windows' admin rights system without requiring file copies and such.

This commit is contained in:
Adam Ierymenko 2014-01-24 23:15:14 -08:00
commit b65f7f7895
6 changed files with 123 additions and 142 deletions

View file

@ -80,6 +80,11 @@ QLabel.networkName {
padding: 0;
}
#noNetworksLabel {
background: transparent;
color: #ffffff;
}
#networkListWidget {
background: palette(dark);
margin: 0 0 2px 0;