|
64 | 64 | </property> |
65 | 65 | </widget> |
66 | 66 | </item> |
67 | | - <item row="3" column="1" colspan="2"> |
| 67 | + <item row="1" column="3"> |
| 68 | + <widget class="QPushButton" name="fileUrlButton"> |
| 69 | + <property name="toolTip"> |
| 70 | + <string>Select local file or directory to link to</string> |
| 71 | + </property> |
| 72 | + <property name="text"> |
| 73 | + <string notr="true">…</string> |
| 74 | + </property> |
| 75 | + </widget> |
| 76 | + </item> |
| 77 | + <item row="2" column="1" colspan="3"> |
| 78 | + <widget class="QProgressBar" name="downloadProgressBar"> |
| 79 | + <property name="value"> |
| 80 | + <number>24</number> |
| 81 | + </property> |
| 82 | + </widget> |
| 83 | + </item> |
| 84 | + <item row="3" column="1" colspan="3"> |
68 | 85 | <spacer name="verticalSpacer"> |
69 | 86 | <property name="orientation"> |
70 | 87 | <enum>Qt::Vertical</enum> |
|
78 | 95 | </spacer> |
79 | 96 | </item> |
80 | 97 | <item row="1" column="2"> |
81 | | - <widget class="QPushButton" name="fileUrlButton"> |
82 | | - <property name="toolTip"> |
83 | | - <string>Select local file or directory to link to</string> |
| 98 | + <widget class="QPushButton" name="refreshButton"> |
| 99 | + <property name="sizePolicy"> |
| 100 | + <sizepolicy hsizetype="Minimum" vsizetype="Preferred"> |
| 101 | + <horstretch>0</horstretch> |
| 102 | + <verstretch>0</verstretch> |
| 103 | + </sizepolicy> |
84 | 104 | </property> |
85 | | - <property name="text"> |
86 | | - <string notr="true">…</string> |
| 105 | + <property name="toolTip"> |
| 106 | + <string>Clear link name and fetch title of webpage again</string> |
87 | 107 | </property> |
88 | | - </widget> |
89 | | - </item> |
90 | | - <item row="2" column="1" colspan="2"> |
91 | | - <widget class="QProgressBar" name="downloadProgressBar"> |
92 | | - <property name="value"> |
93 | | - <number>24</number> |
| 108 | + <property name="icon"> |
| 109 | + <iconset theme="QIcon::ThemeIcon::ViewRefresh" resource="../breeze-qownnotes.qrc"> |
| 110 | + <normaloff>:/icons/breeze-qownnotes/16x16/view-refresh.svg</normaloff>:/icons/breeze-qownnotes/16x16/view-refresh.svg</iconset> |
94 | 111 | </property> |
95 | 112 | </widget> |
96 | 113 | </item> |
|
0 commit comments