UID:79354
图片:fontFamily.PNG
UID:78397
enum QComboBox::SizeAdjustPolicyThis enum specifies how the size hint of the QComboBox should adjust when new content is added or content changes.ConstantValueDescriptionQComboBox::AdjustToContents0The combobox will always adjust to the contentsQComboBox::AdjustToContentsOnFirstShow1The combobox will adjust to its contents the first time it is shown.QComboBox::AdjustToMinimumContentsLength2Use AdjustToContents or AdjustToContentsOnFirstShow instead.QComboBox::AdjustToMinimumContentsLengthWithIcon3The combobox will adjust to minimumContentsLength plus space for an icon. For performance reasons use this policy on large models.
图片:comboBox.PNG
UID:7394
引用第5楼robertkun于2010-06-25 18:17发表的 回 4楼(xtfllbl) 的帖子 :还请问一下,现在我的QComboBox 的宽度小于下拉菜单文本的宽度,此时下拉菜单中的文字不能完全显示出来。。如图,会缩小成3个点。。。
UID:107689
UID:107032