diff options
author | Ken Moore <ken@pcbsd.org> | 2015-04-27 16:57:11 -0400 |
---|---|---|
committer | Ken Moore <ken@pcbsd.org> | 2015-04-27 16:57:11 -0400 |
commit | f998eece89ca61605e2e144e00fa63af268a0524 (patch) | |
tree | fb4f5766891093035925b5abb4d4d6f4313be818 /lumina-fileinfo/dialog.ui | |
parent | Oops, forgot to change over the userbutton to use the new favorites system fo... (diff) | |
download | lumina-f998eece89ca61605e2e144e00fa63af268a0524.tar.gz lumina-f998eece89ca61605e2e144e00fa63af268a0524.tar.bz2 lumina-f998eece89ca61605e2e144e00fa63af268a0524.zip |
Add size info to the list in lumina-fileinfo, and disable the desktop file editor (but leave it visible) if the file is not writable by the user.
Diffstat (limited to 'lumina-fileinfo/dialog.ui')
-rw-r--r-- | lumina-fileinfo/dialog.ui | 41 |
1 files changed, 29 insertions, 12 deletions
diff --git a/lumina-fileinfo/dialog.ui b/lumina-fileinfo/dialog.ui index 16ad6158..ef0554f5 100644 --- a/lumina-fileinfo/dialog.ui +++ b/lumina-fileinfo/dialog.ui @@ -27,6 +27,9 @@ <string>File Properties</string> </attribute> <layout class="QFormLayout" name="formLayout"> + <property name="labelAlignment"> + <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> + </property> <item row="0" column="0"> <widget class="QLabel" name="label_file_icon"> <property name="text"> @@ -37,7 +40,7 @@ </property> </widget> </item> - <item row="3" column="0" colspan="2"> + <item row="4" column="0" colspan="2"> <widget class="Line" name="line_2"> <property name="sizePolicy"> <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> @@ -50,56 +53,56 @@ </property> </widget> </item> - <item row="4" column="0"> + <item row="5" column="0"> <widget class="QLabel" name="label"> <property name="text"> <string>Owner:</string> </property> </widget> </item> - <item row="4" column="1"> + <item row="5" column="1"> <widget class="QLabel" name="label_file_owner"> <property name="text"> <string notr="true"/> </property> </widget> </item> - <item row="5" column="0"> + <item row="6" column="0"> <widget class="QLabel" name="label_3"> <property name="text"> <string>Group:</string> </property> </widget> </item> - <item row="5" column="1"> + <item row="6" column="1"> <widget class="QLabel" name="label_file_group"> <property name="text"> <string notr="true"/> </property> </widget> </item> - <item row="6" column="0"> + <item row="7" column="0"> <widget class="QLabel" name="label_11"> <property name="text"> <string>Permissions:</string> </property> </widget> </item> - <item row="9" column="0" colspan="2"> + <item row="10" column="0" colspan="2"> <widget class="Line" name="line_3"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> </widget> </item> - <item row="10" column="0"> + <item row="11" column="0"> <widget class="QLabel" name="label_7"> <property name="text"> <string>Created:</string> </property> </widget> </item> - <item row="10" column="1"> + <item row="11" column="1"> <widget class="QLabel" name="label_file_created"> <property name="toolTip"> <string>Note: The time a file was created might be more recent than the time modified if the file permissions were changed recently.</string> @@ -109,7 +112,7 @@ </property> </widget> </item> - <item row="11" column="0"> + <item row="12" column="0"> <widget class="QLabel" name="label_2"> <property name="text"> <string>Last Modified:</string> @@ -144,20 +147,34 @@ </property> </widget> </item> - <item row="6" column="1"> + <item row="7" column="1"> <widget class="QLabel" name="label_file_perms"> <property name="text"> <string notr="true"/> </property> </widget> </item> - <item row="11" column="1"> + <item row="12" column="1"> <widget class="QLabel" name="label_file_modified"> <property name="text"> <string notr="true"/> </property> </widget> </item> + <item row="3" column="0"> + <widget class="QLabel" name="label_4"> + <property name="text"> + <string>File Size:</string> + </property> + </widget> + </item> + <item row="3" column="1"> + <widget class="QLabel" name="label_file_size"> + <property name="text"> + <string notr="true"/> + </property> + </widget> + </item> </layout> </widget> <widget class="QWidget" name="tab_deskedit"> |