CxFreeze/CxfreezeConfigDialog.ui

changeset 56
c8a47a8536b0
parent 47
986f27beaad4
child 57
ddf3165e3d62
--- a/CxFreeze/CxfreezeConfigDialog.ui	Sat Jul 13 15:36:08 2013 +0200
+++ b/CxFreeze/CxfreezeConfigDialog.ui	Sun Aug 11 22:17:02 2013 +0200
@@ -379,6 +379,82 @@
        </item>
       </layout>
      </widget>
+     <widget class="QWidget" name="tab">
+      <attribute name="title">
+       <string>Additional &amp;files</string>
+      </attribute>
+      <layout class="QVBoxLayout" name="verticalLayout">
+       <item>
+        <widget class="QLabel" name="headerLabel">
+         <property name="text">
+          <string>&lt;b&gt;Add depending files or folders to copy into the distribution folder:&lt;/b&gt;</string>
+         </property>
+        </widget>
+       </item>
+       <item>
+        <widget class="QListWidget" name="fileOrFolderList">
+         <property name="toolTip">
+          <string>List of files and directories which are copied into the distribution directory
+See 'What's this'</string>
+         </property>
+         <property name="whatsThis">
+          <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;Additional files list&lt;/span&gt;&lt;/p&gt;&lt;p&gt;Here you can add files and folders which will not frozen by cx_Freeze, but maybe relevant to your application. This could be, e.g., some UI files or a dirctory with your translation files.&lt;/p&gt;&lt;p&gt;Easily add them to the list and they get copied after the freeze.&lt;/p&gt;&lt;p&gt;Remarks: &lt;/p&gt;&lt;p&gt;- Every file or folder will be copied relativ to the destination folder even if it's outside the sourcetree.&lt;/p&gt;&lt;p&gt;- Files and folders don't have to be added to the Eric project first.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
+         </property>
+         <property name="alternatingRowColors">
+          <bool>true</bool>
+         </property>
+        </widget>
+       </item>
+       <item>
+        <layout class="QHBoxLayout" name="addFilesButtonBox">
+         <item>
+          <widget class="QPushButton" name="deleteSelectedButton">
+           <property name="enabled">
+            <bool>false</bool>
+           </property>
+           <property name="toolTip">
+            <string>Press to delete the selected entry from the list</string>
+           </property>
+           <property name="text">
+            <string>Delete</string>
+           </property>
+          </widget>
+         </item>
+         <item>
+          <widget class="QPushButton" name="addFileOrFolderButton">
+           <property name="enabled">
+            <bool>false</bool>
+           </property>
+           <property name="toolTip">
+            <string>Press to add the entered file or directory to the list</string>
+           </property>
+           <property name="text">
+            <string>Add</string>
+           </property>
+          </widget>
+         </item>
+         <item>
+          <widget class="QLineEdit" name="fileOrFolderEdit">
+           <property name="toolTip">
+            <string>Enter a file or directory to be added.
+Wildcards are allowed, e.g. *.ui</string>
+           </property>
+          </widget>
+         </item>
+         <item>
+          <widget class="QPushButton" name="selectFileOrFolderButton">
+           <property name="toolTip">
+            <string>Press to select a file or directory via a selection dialog</string>
+           </property>
+           <property name="text">
+            <string>...</string>
+           </property>
+          </widget>
+         </item>
+        </layout>
+       </item>
+      </layout>
+     </widget>
     </widget>
    </item>
    <item>
@@ -417,6 +493,11 @@
   <tabstop>excludeModulesEdit</tabstop>
   <tabstop>extListFileEdit</tabstop>
   <tabstop>extListFileButton</tabstop>
+  <tabstop>selectFileOrFolderButton</tabstop>
+  <tabstop>fileOrFolderEdit</tabstop>
+  <tabstop>addFileOrFolderButton</tabstop>
+  <tabstop>deleteSelectedButton</tabstop>
+  <tabstop>fileOrFolderList</tabstop>
   <tabstop>buttonBox</tabstop>
  </tabstops>
  <resources/>

eric ide

mercurial