Changeset 3778 in ntrip
- Timestamp:
- Apr 5, 2012, 9:33:45 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/BNC/bncwindow.cpp ΒΆ
r3777 r3778 634 634 pLayout->addWidget(new QLabel("Path to SSL Certificates"), 3, 0); 635 635 pLayout->addWidget(_sslCaCertPathLineEdit, 3, 1, 1,10); 636 pLayout->addWidget(new QLabel("Default: " + bncSslConfig::defaultPath()), 3,1 2, 1,20);636 pLayout->addWidget(new QLabel("Default: " + bncSslConfig::defaultPath()), 3,11, 1,20); 637 637 pLayout->addWidget(new QLabel("Ignore SSL Authorization Errors"), 4, 0); 638 638 pLayout->addWidget(_ignoreSslErrorsCheckBox, 4, 1, 1,10);
Note:
See TracChangeset
for help on using the changeset viewer.