Draft: ShapeString: add font file filter (#10777)
Forum topic: https://forum.freecad.org/viewtopic.php?t=81280
This commit is contained in:
@@ -178,7 +178,11 @@
|
||||
</widget>
|
||||
</item>
|
||||
<item row="1" column="1">
|
||||
<widget class="Gui::FileChooser" name="fcFontFile"/>
|
||||
<widget class="Gui::FileChooser" name="fcFontFile">
|
||||
<property name="filter">
|
||||
<string>Font files (*.ttf *.otf *.pfb)</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
</layout>
|
||||
</item>
|
||||
|
||||
@@ -576,6 +576,9 @@ such as "Arial:Bold"</string>
|
||||
<height>0</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="filter">
|
||||
<string>Font files (*.ttf *.otf *.pfb)</string>
|
||||
</property>
|
||||
<property name="toolTip">
|
||||
<string>Select a font file</string>
|
||||
</property>
|
||||
|
||||
Reference in New Issue
Block a user