DialogAlgoArg 00640500 检测参数配置 QDialog { background-color: rgb(38, 40, 47); } QLabel { color: rgb(239, 241, 245); font-size: 18px; background: none; } QLineEdit { color: rgb(239, 241, 245); background-color: rgb(47, 48, 52); border: 1px solid rgb(70, 72, 78); border-radius: 4px; padding: 6px; font-size: 18px; } 28 22 28 22 18 20true color: rgb(221, 225, 233); 检测参数配置 18 14 置信度阈值 040 0.00 ~ 1.00 NMS 阈值 040 0.00 ~ 1.00 输入宽 040 0 ~ 8192 输入高 040 0 ~ 8192 模型类型 040 0 ~ 10 模型路径 040 Qt::Vertical 2020 12 11048 14true QPushButton { background-color: rgb(120, 80, 80); color: rgb(221, 225, 233); border: none; border-radius: 4px; } QPushButton:hover { background-color: rgb(140, 100, 100); } QPushButton:pressed { background-color: rgb(100, 60, 60); } 重置默认 10048 14true QPushButton { background-color: rgb(60, 120, 80); color: rgb(221, 225, 233); border: none; border-radius: 4px; } QPushButton:hover { background-color: rgb(80, 140, 100); } QPushButton:pressed { background-color: rgb(40, 100, 60); } 应用 Qt::Horizontal 4020 10048 14true QPushButton { background-color: rgb(60, 120, 180); color: rgb(221, 225, 233); border: none; border-radius: 4px; } QPushButton:hover { background-color: rgb(80, 140, 200); } QPushButton:pressed { background-color: rgb(40, 100, 160); } 确定 10048 14true QPushButton { background-color: rgb(120, 120, 120); color: rgb(221, 225, 233); border: none; border-radius: 4px; } QPushButton:hover { background-color: rgb(140, 140, 140); } QPushButton:pressed { background-color: rgb(100, 100, 100); } 取消