add thread, export to pdf, new css

This commit is contained in:
2024-11-28 19:14:32 +01:00
parent b014daad7e
commit f99ab4741b
10 changed files with 1209 additions and 26 deletions

View File

@@ -35,10 +35,10 @@
</rect>
</property>
<property name="orientation">
<enum>Qt::Horizontal</enum>
<enum>Qt::Orientation::Horizontal</enum>
</property>
<property name="standardButtons">
<set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
<set>QDialogButtonBox::StandardButton::Cancel|QDialogButtonBox::StandardButton::Ok</set>
</property>
</widget>
<widget class="QRadioButton" name="markdownButton">
@@ -61,7 +61,7 @@
<property name="geometry">
<rect>
<x>30</x>
<y>60</y>
<y>40</y>
<width>92</width>
<height>23</height>
</rect>
@@ -70,6 +70,19 @@
<string>Text file</string>
</property>
</widget>
<widget class="QRadioButton" name="pdfRadio">
<property name="geometry">
<rect>
<x>30</x>
<y>60</y>
<width>92</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>PDF file</string>
</property>
</widget>
</widget>
<resources/>
<connections>