diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-03-02 18:37:22 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-03-06 12:43:06 +0900 |
| commit | bb099158e6c9fd0f1c2771cb9350d3b0a0b51a27 (patch) | |
| tree | 598156ab1f71ee857c8e1f233f0292e13f36fa28 /src/libktorrent/labelviewitembase.ui | |
| parent | 7271fa27ac1881beb5326ca8c9c83471695d8487 (diff) | |
| download | ktorrent-bb099158.tar.gz ktorrent-bb099158.zip | |
Restructure source files into 'src' subfolder
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 44ef0bd5fe47a43e47aec5f7981b6c1d728dd9a8)
Diffstat (limited to 'src/libktorrent/labelviewitembase.ui')
| -rw-r--r-- | src/libktorrent/labelviewitembase.ui | 73 |
1 files changed, 73 insertions, 0 deletions
diff --git a/src/libktorrent/labelviewitembase.ui b/src/libktorrent/labelviewitembase.ui new file mode 100644 index 0000000..fbce874 --- /dev/null +++ b/src/libktorrent/labelviewitembase.ui @@ -0,0 +1,73 @@ +<!DOCTYPE UI><UI version="3.3" stdsetdef="1"> +<class>LabelViewItemBase</class> +<widget class="TQWidget"> + <property name="name"> + <cstring>LabelViewItemBase</cstring> + </property> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>600</width> + <height>100</height> + </rect> + </property> + <hbox> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <property name="margin"> + <number>2</number> + </property> + <widget class="TQLabel"> + <property name="name"> + <cstring>icon_lbl</cstring> + </property> + <property name="minimumSize"> + <size> + <width>64</width> + <height>64</height> + </size> + </property> + <property name="text"> + <string></string> + </property> + </widget> + <widget class="TQLayoutWidget"> + <property name="name"> + <cstring>layout3</cstring> + </property> + <vbox> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="TQLabel"> + <property name="name"> + <cstring>title_lbl</cstring> + </property> + <property name="text"> + <string>textLabel2</string> + </property> + </widget> + <widget class="TQLabel"> + <property name="name"> + <cstring>description_lbl</cstring> + </property> + <property name="sizePolicy"> + <sizepolicy> + <hsizetype>7</hsizetype> + <vsizetype>7</vsizetype> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="text"> + <string>textLabel3</string> + </property> + </widget> + </vbox> + </widget> + </hbox> +</widget> +<layoutdefaults spacing="6" margin="11"/> +</UI> |
