--- 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 &files</string> + </attribute> + <layout class="QVBoxLayout" name="verticalLayout"> + <item> + <widget class="QLabel" name="headerLabel"> + <property name="text"> + <string><b>Add depending files or folders to copy into the distribution folder:</b></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><html><head/><body><p><span style=" font-weight:600;">Additional files list</span></p><p>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.</p><p>Easily add them to the list and they get copied after the freeze.</p><p>Remarks: </p><p>- Every file or folder will be copied relativ to the destination folder even if it's outside the sourcetree.</p><p>- Files and folders don't have to be added to the Eric project first.</p></body></html></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/>