File: %24Project%20Name%24.xpyqt

package info (click to toggle)
monkeystudio 1.9.0.2-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 45,012 kB
  • sloc: cpp: 144,877; ansic: 33,969; python: 2,127; makefile: 128; sh: 90; php: 73; cs: 69
file content (27 lines) | stat: -rwxr-xr-x 902 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<!--
###########################################################################################
##      Created using $editor_version_string$
##
##  Author    : $Authors$
##  Project   : $Project Name$
##  FileName  : $Project Name$.xpythonqt
##  Date      : $date$
##  License   : $License$
##  Comment   : $Comment$
##  Home Page : $Home Page$
##
##  This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
##  WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
##
###########################################################################################
-->
<!DOCTYPE XUPProject>
<project name="$Project Name$" version="1.1.0" >
    <variable name="FORMS">
        <file>$Form File Name$.ui</file>
    </variable>
    <variable name="PYTHON_FILES" >
        <file>$Main File Name$</file>
        <file>$Class File Name$.py</file>
    </variable>
</project>