From d45c7472dd063b5d05e607e60647f8d6feb60736 Mon Sep 17 00:00:00 2001 From: wumu <mayi@mayi.com> Date: 星期五, 15 三月 2024 23:33:38 +0800 Subject: [PATCH] 0315 --- internal_system_v1/problemrectstandingbook.ui | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/internal_system_v1/problemrectstandingbook.ui b/internal_system_v1/problemrectstandingbook.ui index 18e927b..f76ec04 100644 --- a/internal_system_v1/problemrectstandingbook.ui +++ b/internal_system_v1/problemrectstandingbook.ui @@ -16,7 +16,11 @@ <widget class="QWidget" name="centralwidget"> <layout class="QGridLayout" name="gridLayout"> <item row="0" column="0" colspan="2"> - <widget class="QComboBox" name="comboBox_company"/> + <widget class="QComboBox" name="comboBox_company"> + <property name="editable"> + <bool>true</bool> + </property> + </widget> </item> <item row="1" column="0"> <widget class="QTextEdit" name="textEdit"> -- Gitblit v1.8.0